Everything

tan / tanf / tanl


Calculates the tangent of a floating-point radian value.

[Format]

#include <math.h>

double tan (double d);

float tanf (float d);

long double tanl (long double d);

[Parameters]

d Radian value for which tangent is to be computed

[Return values]

Tangent of d