Represents a mathematical interval defined by a lower bound (lo) and an upper bound (hi). Provides various operations and utilities to manipulate and query intervals.
Divides the current interval by the given interval and returns the resulting interval. Division is computed by multiplying the current interval by the reciprocal of the given interval.