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