MicrOS
sinf.c File Reference
#include "../math.h"

Functions

float sinf (float x)
 Compute cosine. More...
 

Function Documentation

◆ sinf()

float sinf ( float  x)

Compute cosine.

The sinf functions compute the sine of x (measured in radians).

Parameters
xValue representing an angle expressed in radians.
Returns
Sine of x radians.