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