3.5.1.2.13 Asinh


Description

This function is used to return the inverse hyperbolic sine.

Syntax

 double asinh(double x)

Parameters

x

is any real number.

Return

Return the inverse hyperbolic sine of that number.

Example

dd=asinh(-10);
dd=; //Should return the inverse hyperbolic sine of -10.

See Also

acosh, atanh, acoth, asech acsch