Synopsis
#include <math.h>
double asinh(double x);
Description

asinh returns the inverse hyperbolic sine of x.

Portability

asinh conforms to ISO/IEC 9899:1999 (C99).