Returns a value in the range - to . The returned value is the arc tangent of y/x, where y and x are the two arguments.
#include <math.h> double atan2 (double y, double x);