#include <math.h>double asinh(double x);
asinh returns the inverse hyperbolic sine of x.
asinh conforms to ISO/IEC 9899:1999 (C99).