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