real atan2(real,real)
Return Type: real
Parameters: real numerator, real denomenator
Description:
This function computes the arcsine of the numerator divided by the denominator,
and performs a quadrant check. The return value is in radians.
The return range is from -pi to pi.