Calculates the arc tangent of y / x, returning a value ranging from -π to π. Exceptions:
decimal32 y = 10; decimal32 x = 0; assert (atan2(y, x) == decimal32.PI_2);
See Implementation
Calculates the arc tangent of y / x, returning a value ranging from -π to π. Exceptions: