ComputerArithmetic`
ComputerArithmetic`
ExponentRange
is an option to SetArithmetic that specifies the range of exponents that are to be allowed.
Details and Options
- To use ExponentRange, you first need to load the Computer Arithmetic Package using Needs["ComputerArithmetic`"].
- Valid settings are of the form {min,max} where -1000≤min<max≤1000. The default setting is {-50,50}.