Go to the first, previous, next, last section, table of contents.


acosh

Syntax

#include <math.h>

double acosh(double x);

Return Value

The arc hyperbolic cosine of x.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.