Skip to content
Snippets Groups Projects
Commit d8d2f455 authored by rtoy's avatar rtoy
Browse files

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)))
parent a35d59ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment