Calculates the arc tangent of y / x divided by π, returning a value ranging from -1 to 1. Exceptions:
decimal32 y = 10; decimal32 x = 0; assert (atan2pi(y, x) == decimal32("0.5"));
See Implementation
Calculates the arc tangent of y / x divided by π, returning a value ranging from -1 to 1. Exceptions: