ATAN - arctan function.

(ANSI Standard)

Usage:

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

Where:

double x, y;
 

Description:

"atan" returns the arctan of "x" (in the range -pi/2 to pi/2).

Copyright © 1996, Thinkage Ltd.