I found a detailed paper which outlines the rules of interval arithmetic for closed intervals, including unbounded closed intervals, but it makes no mention whatsoever about open intervals.
I'm hoping to write a package of software which handles interval arithmetic, and I'd like to include open intervals and mixed-type (left-open, right-open) intervals if possible.
Is someone able to tell me whether arithmetic is defined for open and mixed intervals, and point me to the rules which govern such arithmetic if so?
(-1, 1] × [-2, 2)or[8.6, 9.1) / (0.6, 3.1)? Are there defined rules for the resulting mode of an endpoint based on the operation type and the endpoints of the operand intervals? – Arkanon Jul 26 '14 at 19:06