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

Functions

float tanf (float x)
 Compute tangent. More...
 

Function Documentation

◆ tanf()

float tanf ( float  x)

Compute tangent.

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

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