delorie.com/djgpp/doc/libc/libc_41.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <math.h> double acosh(double x); |
This function returns the inverse hyperbolic cosine of x.
The inverse hyperbolic cosine of x. If the value of x is
less than 1, the return value is NaN
and errno
is set to
EDOM
.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |