Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
intermediate of (- 0 x), since this is not a correct transformation. (- 0 0.0) is 0.0, not -0.0. Fixed the (- 0 x) transform to be restricted to rational args.
ram authoredintermediate of (- 0 x), since this is not a correct transformation. (- 0 0.0) is 0.0, not -0.0. Fixed the (- 0 x) transform to be restricted to rational args.