Description:
Return the inverse hyperbolic sine.
Syntax:
asinh(number)
Note:
The function computes the inverse hyperbolic sine.
Parameter:
number |
A real number. |
Return value:
Numeric value
Example:
asinh(10) |
2.99822295029797 |