#include <math.h>float asinhf(float arg);double asinh(double arg);long double asinhl(long double arg);