Changes the floating-point rounding direction for the current thread and any new threads which will be spawned from the current thread.
switch rounding downwards (towards -inf)
switch rounding to nearest (default rounding mode)
switch rounding upwards (towards +inf)
Package: interval