Simplify flexp type.

This commit is contained in:
Eric Dobson 2015-04-09 23:59:12 -07:00
parent 142b52918c
commit fc4e216fc2

View File

@ -558,8 +558,7 @@
(define flexp-type
(fl-type-lambda
(from-cases (-NonNegFl . -> . -PosFl)
(-NegFl . -> . -NonNegFl)
(-Fl . -> . -Fl)))) ; nan is the only non nonnegative case (returns nan)
(-Fl . -> . -NonNegFl))))
(define flsqrt-type
(fl-type-lambda
(from-cases (map unop (list -FlPosZero -FlNegZero -FlZero