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