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

Functions

long double tanl (long double x)
 Compute tangent. More...
 

Function Documentation

◆ tanl()

long double tanl ( long double  x)

Compute tangent.

The tanl functions compute the tangent of x (measured in radians).

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