Name

acoth — element wise hyperbolic cotangeant inverse.

Calling Sequence

y = acoth(x)

Parameters

x

Real or complex array.

y

Real or complex array.

Description

Computes the element wise hyperbolic cotangeant inverse of the argument.

Examples

 
x=-30:0.1:30;
x(abs(x)<=1)=%nan;
plot(x,acoth(x))
     

See Also

atanh, coth

Authors

Serge Steer, INRIA

Used Functions

this function is based on the atanh function.