Function: __setround__ (rnd)

Changes the floating-point rounding direction for the current thread and any new threads which will be spawned from the current thread.

rnd = -inf

switch rounding downwards (towards -inf)

rnd = 0.5

switch rounding to nearest (default rounding mode)

rnd = +inf

switch rounding upwards (towards +inf)

Package: interval