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