MATLAB Function Reference
  Go to function:
    Search    Help Desk 
acot, acoth    Examples   See Also

Inverse cotangent and inverse hyperbolic cotangent

Syntax

Description

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

Y = acot(X) returns the inverse cotangent (arccotangent) for each element of X.

Y = acoth(X) returns the inverse hyperbolic cotangent for each element of X.

Examples

Graph the inverse cotangent over the domains and and the inverse hyperbolic cotangent over the domains and

Algorithm

See Also

cot, coth   Cotangent and hyperbolic cotangent



[ Previous | Help Desk | Next ]