Returns the inverse hyperbolic tangent of a number.
ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
ATANH(number)The ATANH function calculates the inverse hyperbolic tangent of a given number. The number must be between -1 and 1 (exclusive).
=ATANH(0.5)ผลลัพธ์: 0.549306144
Calculates the inverse hyperbolic tangent of 0.5.
=ATANH(-0.1)ผลลัพธ์: -0.100335348
Calculates the inverse hyperbolic tangent of -0.1.
The function will return a #NUM! error because the inverse hyperbolic tangent is not defined for those values.