
set_default_range(++Lo, ++Hi)

   Set the default range to Lo..Hi.

Arguments
   Lo                  Lower bound (number)
   Hi                  Upper bound (number)

Type
   library(range)

Description

  Change the default range to Lo..Hi. If Lo or Hi are floats, and the default
  range is being created for an integer ranged variable, then the cloest
  allowable integer in the range is used for the bounds. The initial default
  range is -1.0Inf .. 1.0Inf.


Exceptions
     5 --- Lo or Hi are not numbers


