Asinh-func
This function is used to return the inverse hyperbolic sine.
double asinh(double x)
x
Return the inverse hyperbolic sine of that number.
dd=asinh(-10); dd=; //Should return the inverse hyperbolic sine of -10.
acosh, atanh, acoth, asech acsch