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

Functions

long double sinl (long double x)
 Compute cosine. More...
 

Function Documentation

◆ sinl()

long double sinl ( long double  x)

Compute cosine.

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

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