Index of Section 3 Manual Pages
| Interix / SUA | asinhf.3 | Interix / SUA |
ASINH(3) System Library Functions Manual ASINH(3)
NAME
asinh, asinhf - inverse hyperbolic sine functions
SYNOPSIS
#include
double
asinh(double x);
float
asinhf(float x);
DESCRIPTION
The asinh() function computes the inverse hyperbolic sine of the real
argument. The asinhf() function is a single precision version of
asinh().
RETURN VALUES
The asinh() and asinhf() functions return the inverse hyperbolic sine of
x.
SEE ALSO
acosh(3), atanh(3), exp(3), infnan(3), math(3)
HISTORY
The asinh() function appeared in 4.3BSD.
Interix May 31 2007 Interix