Calculate the hyperbolic arctan of each element in an array.
> arctanh([0, 0.78071444, 0.48047278])[0, 1.04719756, 0.52359878] Copy
> arctanh([0, 0.78071444, 0.48047278])[0, 1.04719756, 0.52359878]
The array of numbers.
An array with the hyperbolic arcsine of each input element.
Calculate the hyperbolic arctan of each element in an array.
Example