MicrOS
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
xValue representing an angle expressed in radians.
Returns
Sine of x radians.