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.