MATLAB Function Reference
  Go to function:
    Search    Help Desk 
acsc, acsch    Examples   See Also

Inverse cosecant and inverse hyperbolic cosecant

Syntax

Description

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

Y = acsc(X) returns the inverse cosecant (arccosecant) for each element of X.

Y = acsch(X) returns the inverse hyperbolic cosecant for each element of X.

Examples

Graph the inverse cosecant over the domains and and the inverse hyperbolic cosecant over the domains and

Algorithm

See Also

csc, csch   Cosecant and hyperbolic cosecant



[ Previous | Help Desk | Next ]