Index of Section 3 Manual Pages
| Interix / SUA | acosh.3 | Interix / SUA |
ACOSH(3) System Library Functions Manual ACOSH(3)
NAME
acosh, acoshf - inverse hyperbolic cosine functions
SYNOPSIS
#include
double
acosh(double x);
float
acoshf(float x);
DESCRIPTION
The acosh() function computes the inverse hyperbolic cosine of the real
argument x. The acoshf() function is a single precision version of
acosh().
RETURN VALUES
If x is less than one, acosh(x) and acoshf(x) return NaN and set the
global variable errno to EDOM.
SEE ALSO
asinh(3), atanh(3), exp(3), infnan(3), math(3)
HISTORY
The acosh() function appeared in 4.3BSD.
Interix May 31 2007 Interix