asinh - hyperbolic arc sine
#include <math.h> double asinh(double x);
double asinh(double x);
Refer to acosh().