MicrOS
Functions
sin.c File Reference
#include "
../math.h
"
Functions
double
sin
(double x)
Compute cosine.
More...
Function Documentation
◆
sin()
double sin
(
double
x
)
Compute cosine.
The sin functions compute the sine of x (measured in radians).
Parameters
x
Value representing an angle expressed in radians.
Returns
Sine of x radians.
library
src
math
sin.c
Generated by
1.8.13