Calculates the hyperbolic arc sine of a floating-point number.
[Format]
#include <math.h>
double asinh(double d);
float asinhf(float d);
long double asinhl(long double d);
[Parameters]
d Floating-point number for which hyperbolic arc sine is to be computed
[Return values]
Hyperbolic arc sine of d