ComputerArithmetic`
ComputerArithmetic`

ExponentRange

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 -1000min<max1000. The default setting is {-50,50}.