이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
ASINH(number)The ASINH function calculates the inverse hyperbolic sine of a given real number. The result is the value whose hyperbolic sine is the specified number.
=ASINH(1)결과: 0.881373587
Returns the inverse hyperbolic sine of 1.
=ASINH(-1)결과: -0.881373587
Returns the inverse hyperbolic sine of -1.
The ASINH function accepts any real number as an input.