MATLAB Functions Help Desk

csc, csch

Purpose

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 ]