Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
allow shifting and scaling of Range values
Since it's actually kind of difficult to do correctly otherwise and maintain endpoint exclusions, we now allow basic arithmetic operations on a Range to clone the Range and modify the endpoints in order to shift an interval arithmetically or expand/contract it geometrically.
- Loading branch information