MicrOS
|
#include "../math.h"
Functions | |
float | acoshf (float x) |
Compute area hyperbolic cosine. More... | |
float acoshf | ( | float | x | ) |
Compute area hyperbolic cosine.
The acoshf 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. |