MicrOS
|
#include "../math.h"
Functions | |
double | cos (double x) |
Compute cosine. More... | |
double cos | ( | double | x | ) |
Compute cosine.
The cos functions compute the cosine of x (measured in radians).
x | Value representing an angle expressed in radians. |