ASINH function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
ASINH
Returns the inverse hyperbolic sine of a number.
Syntax:
ASINH(number)
- returns the inverse hyperbolic sine of number, in other words, the number whose hyperbolic sine is number.
Example:
ASINH(-90)
- returns approximately -5.1929877.
ASINH(SINH(4))
- returns 4.
See Also