7.12.5.2 The asinh functions

Synopsis

1

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

Description

2

The asinh functions compute the arc hyperbolic sine of x.

Returns

3

The asinh functions return arsinh x.