TAN - tangent function.

(ANSI Standard)

Usage:

#include <math.h>
y = tan( x );

Where:

double x, y;
 

Description:

"tan" returns the tangent of "x". "x" is taken to be in radians.

Copyright © 1996, Thinkage Ltd.