Calculates the arc tangent of x divided by π, returning a value ranging from -1/2 to 1/2. Exceptions:
decimal32 radians = 1; assert (atanpi(radians) == decimal32("0.25"));
See Implementation
Calculates the arc tangent of x divided by π, returning a value ranging from -1/2 to 1/2. Exceptions: