Formula Generator - ATANH function
The ATANH function returns the inverse hyperbolic tangent of a number. It is the inverse function of the TANH function. The inverse hyperbolic tangent is the value whose hyperbolic tangent is the given number. The result is returned in radians.How to generate an ATANH formula using AI.
To get the ATANH formula from an AI chatbot, you could ask: "What is the formula for the inverse hyperbolic tangent function in Excel?"
ATANH formula syntax.
The ATANH function in Excel is used to calculate the inverse hyperbolic tangent of a given number. Its syntax is as follows: ATANH(number) The "number" argument is the value for which you want to calculate the inverse hyperbolic tangent. It must be a numeric value between -1 and 1. The ATANH function returns the inverse hyperbolic tangent of the given number, expressed in radians.
Calculating the inverse hyperbolic tangent of a value
In this use case, we use the ATANH function to calculate the inverse hyperbolic tangent of a given value.
=ATANH(value)
Calculating the average inverse hyperbolic tangent of a range
In this use case, we use the ATANH function to calculate the average inverse hyperbolic tangent of a range of values.
=AVERAGE(ATANH(range))
Calculating the sum of inverse hyperbolic tangents of multiple values
In this use case, we use the ATANH function to calculate the sum of inverse hyperbolic tangents of multiple values.