asinh

double asinh(double x);

Returns the inverse hyperbolic sine of x.

Parameters:
xValue to evaluate function at.

Returns:
sinh-1(x).

Header:
#include "mathx.h"