Formula Functions > Functions A to C > ASINH |
This function calculates the inverse hyperbolic sine of a number.
ASINH(value)
For the argument, you can specify any real number.
This function is the inverse of the hyperbolic sine, so ASINH(SINH(n)) gives the result n.
Accepts numeric data. Returns numeric data.
ASINH(E4)
ASINH(R4C5)
ASINH(-5.5) gives the result -2.40606
ASINH(100) gives the result 5.2983423656
This function is available in product version 1.0 or later.
ACOSH | ASIN | SIN | Math and Trigonometry Functions