acoth
Inverse hyperbolic cotangent.
📝Syntax
res = acoth(x)
📥Input Arguments
Parameter Description
x a numeric value
📤Output Arguments
Parameter Description
res a numeric value
📄Description

acoth computes the inverse hyperbolic cotangent.

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