ATANH
The ATANH
function in Google Sheets returns the inverse hyperbolic tangent of a number.
Function Syntax and Parameters
Syntax: ATANH(value)
Parameters:
value
: The number for which you want to find the inverse hyperbolic tangent.
Step-by-Step Tutorial
- Using
ATANH
with a number:- Example:
=ATANH(0.5)
- Result:
0.5493061443340549
- Example:
Use Cases and Scenarios
- Mathematical Calculations: Finding the inverse hyperbolic tangent of a number in various mathematical calculations.
Related Functions
None
Related Articles
None