ATANH
Last updated
Was this helpful?
Last updated
Was this helpful?
The ATANH function returns the hyperbolic arctangent of a number.
This function takes a single as input. It outputs that Number's inverse hyperbolic tangent.
number (required, type: Number
) The number to calculate the hyperbolic arctangent for.
hyperbolic_arctangent (type: Number
) The hyperbolic arctangent of the given number.
The following example returns the hyperbolic arctangent of 0.5: