asinh
, asinhf
,
asinhl
— inverse hyperbolic
sine functions
#include
<math.h>
double
asinh
(double
x);
float
asinhf
(float
x);
long double
asinhl
(long
double x);
The
asinh
(),
asinhf
(),
and
asinhl
()
functions compute the inverse hyperbolic sine of the real argument
x. For a discussion of error due to roundoff, see
math(3).
These functions return the inverse hyperbolic sine of
x.
The asinh
(),
asinhf
(), and asinhl
()
functions appeared in 4.3BSD,
FreeBSD 2.0, and FreeBSD
10.0, respectively.