Dapatkan bilangan sinus hiperbolik terbalik.
=ASINH(number)
| Parameter | Deskripsi |
|---|---|
number |
The number to get the inverse hyperbolic sine of. |
The Excel ASINH function returns the inverse hyperbolic sine of a number. Given one as input, the function returns 0.881373587 as output.
=ASINH(1) // returns 0.881373587
The inverse hyperbolic sine returns the hyperbolic angle of the point on the unit hyperbola with a y-coordinate equal to the input. For example, given
=ASINH(1) // returns 0.881373587
Given an input of -2 corresponding to the point on the unit hyperbola with a y-coordinate of negative one, the inverse hyperbolic sine returns the hyp
=ASINH(-2) // returns -1.443635475