MATLAB Function Reference
  Go to function:
    Search    Help Desk 
csc, csch    Examples   See Also

Cosecant and hyperbolic cosecant

Syntax

Description

The csc and csch functions operate element-wise on arrays. The functions' domains and ranges include complex values. All angles are in radians.

Y = csc(x) returns the cosecant for each element of x.

Y = csch(x) returns the hyperbolic cosecant for each element of x.

Examples

Graph the cosecant and hyperbolic cosecant over the domains and .

Algorithm

See Also

acsc, acsch Inverse cosecant and inverse hyperbolic cosecant



[ Previous | Help Desk | Next ]