Math Library Functions


tan, tanf


Syntax

#include <math.h>
double tan(double t)
float  tanf(float t)

Arguments

t      radian angle

Return Value

The tangent of t 

Description

Calculates the tangent of t.