atanh(value)

import almafa.engine.builtinFunctions-1

Inverse of tangent hyperbolicus.

import almafa.engine.builtinFunctions-1;
atanh(tanh(2))
valueThe input.
return valueThe inverse tangent hyperbolicus of the input.

The input can be any real number, complex number, or matrix. In case of matrices, the result is computed elmentwise.

Quantities are not compatible with this function.