MicrOS
|
#include "../math.h"
Functions | |
float | coshf (float x) |
Compute hyperbolic cosine. More... | |
float coshf | ( | float | x | ) |
Compute hyperbolic cosine.
The coshf functions compute the hyperbolic cosine of x. A range error occurs if the magnitude of x is too large.
x | Value representing a hyperbolic angle. |