ComputerArithmetic`
ComputerArithmetic`
RoundingRule
is an option to SetArithmetic that specifies the rounding scheme to use.
Details and Options
- To use RoundingRule, you first need to load the Computer Arithmetic Package using Needs["ComputerArithmetic`"].
- Valid settings are RoundToEven, RoundToInfinity, and Truncation. The default setting is RoundToEven.