Skip to content
Snippets Groups Projects
Commit f77a6c8c authored by toy's avatar toy
Browse files

SIGNUM defoptimizer was returning the wrong thing for the following

cases:

o SIGNUM of a (complex rational) is a (complex single-float)
o If the interval contained 0, we weren't returning an interval that
  included both +0 and -0.  Required since (signum -0.0) is -0.0.

Fixed a bug where we didn't set the bounds of a numeric type to the
correct type.
parent 59619e8e
No related branches found
No related tags found
Loading
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