7.12.5.2 The asinh functions
Synopsis
#include <math.h>
double asinh(double x);
float asinhf(float x);
long double asinhl(long double x);
Description
The asinh functions compute the arc hyperbolic sine of x.
Returns
The asinh functions return arsinh x.