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).
#include <math.h>
double asinh(double x);
asinh returns the inverse hyperbolic sine of x.
asinh conforms to ISO/IEC 9899:1999 (C99).