double
acosh(
double x
)
float
acoshf(
float x
)
)
and
acoshf(
)
functions compute the inverse hyperbolic cosine
of the real
argument
x.
x
)
and
acoshf(
x
)
return NaN and set the global variable
errno
to EDOM.
)
function appeared in
4.3BSD.