SYNOPSIS
	float atan2 (float y, float x)

DESCRIPTION
	Returns the argument's arcus tangent as if computed from <y>/<x>,
        except that the signs of both arguments are used to determine the
        quadrant of the result.

SEE ALSO
        sin(E), cos(E), tan(E), asin(E), acos(E), atan(E)
