Related Topics: | ||
Description: Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is Number, so ASINH(SINH(Number)) equals Number.
Syntax: ASINH(Number)
Number is any real number.
Example:
ASINH(-2.5) = -1.64723 [the inverse hyperbolic sine of -2.5]
ASINH(10) = 2.998223 [the inverse hyperbolic sine of 10]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.