tan()
Syntax:
#include <math.h> double tan( double arg );
Description:
The tan() function returns the tangent of arg, where arg is given in radians.
Related Topics:
asin(), acos(), atan(), cosh(), atan2(), sinh(), sin(), cos(), tanh()
#include <math.h> double tan( double arg );