Fixed (- x) to expand directly to (%negate x), rather than going by the
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.
Loading
Please register or sign in to comment