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

Functions

double tan (double x)
 Compute tangent. More...
 

Function Documentation

◆ tan()

double tan ( double  x)

Compute tangent.

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

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