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