<< acotd Trigonometry acsc >>

Scilab Help >> Elementary Functions > Trigonometry > acoth

acoth

element wise hyperbolic cotangent inverse.

Syntax

y = acoth(x)

Arguments

x

a real or complex array.

y

a real or complex array.

Description

Computes the element wise hyperbolic cotangent inverse of the argument.

Sample

Examples

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

See also

Used Functions

this function is based on the atanh function.


Report an issue
<< acotd Trigonometry acsc >>