MicrOS
|
#include "../math.h"
Functions | |
double | acosh (double x) |
Compute area hyperbolic cosine. More... | |
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.
x | Value whose area hyperbolic cosine is computed. |