math arctanh
for math
Returns the inverse of the hyperbolic tangent function.
Signature
> math arctanh {flags}
Input/output types:
input | output |
---|---|
list<number> | list<float> |
number | float |
Examples
Get the arctanh of 1
> 1 | math arctanh
inf