-
- Downloads
INTERVAL-MERGE-PAIR was incorrectly merging the interval [-0.0, -0.0]
with [0.0, 0.0] to produce [-0.0,-0.0]. The correct answer is [-0.0,0.0]. This bug was reported by Mika Pihlajamaki, cmucl-imp, Dec 28, 2005. A simple test case is (defun foo2b () (* 0 (+ (if (< 1 1) 1 1) 3.14)))
Loading
Please register or sign in to comment