acoth

Inverse hyperbolic cotangent.

Syntax

  • res = acoth(x)

Input argument

  • x - a numeric value

Output argument

  • res - a numeric value

Description

acoth computes the inverse hyperbolic cotangent.

Example

A =  [1+2i, 2, -3];
res = acoth(A)

See also

coth.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated