atanh
Computes the inverse hyperbolic tangent.
Syntax
res = atanh(x)
Input argument
x - a numeric value
Output argument
res - a numeric value
Description
acos computes the inverse hyperbolic tangent.
Example
A = [1+2i, 2, -3];
res = atanh(A)
See also
tanh.
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?