Member of the trigonometric class.
c = atanh(a)
Computes the inverse hyperbolic tangent of the input elements.
| Name | Description |
| a | Specifies a real or complex matrix. |
| Name | Description |
| c | Returns the inverse hyperbolic tangent of the elements in a. c is a real or complex matrix of the same size as a. |
Z = [0.2:0.325:3]
C = atanh(Z)