MATLAB Function Reference    
csc, csch

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


 cross cumprod