|
NAMEacosh , acoshf ,
acoshl —
inverse hyperbolic cosine functions
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
double
float
long double
DESCRIPTIONTheacosh (), acoshf (), and
acoshl () functions compute the inverse hyperbolic
cosine of the real argument x. For a discussion of error
due to roundoff, see
math(3).
RETURN VALUESThese functions return the inverse hyperbolic cosine of x. If the argument is less than 1,acosh () raises an
invalid exception and returns an NaN.
SEE ALSOasinh(3), atanh(3), exp(3), fenv(3), math(3)HISTORYTheacosh (), acoshf (), and
acoshl () functions appeared in
4.3BSD, FreeBSD 2.0, and
FreeBSD 10.0, respectively.
Visit the GSP FreeBSD Man Page Interface. |