atanh
Computes the inverse hyperbolic tangent.
📝Syntax
res = atanh(x)
📥Input Arguments
Parameter Description
x a numeric value
📤Output Arguments
Parameter Description
res a numeric value
📄Description

atanh computes the inverse hyperbolic tangent.

💡Examples
A =  [1+2i, 2, -3];
res = atanh(A)
🔗See Also
tanh
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub