MicrOS
acosh.c File Reference
#include "../math.h"

Functions

double acosh (double x)
 Compute area hyperbolic cosine. More...
 

Function Documentation

◆ acosh()

double acosh ( double  x)

Compute area hyperbolic cosine.

The acosh functions compute the (nonnegative) arc hyperbolic cosine of x. A domain error occurs for arguments less than 1.

Parameters
xValue whose area hyperbolic cosine is computed.
Returns
The acosh functions return arcosh x in the interval [0, +∞].