Fix type of division.
original commit: 7c6cf0fa8b43e39f88211fa35ac151616f2704ba
This commit is contained in:
parent
1d6678c2ad
commit
b59fef3342
|
@ -1188,9 +1188,8 @@
|
|||
(commutative-case -InexactReal (Un -PosRat -NegRat -InexactReal) -InexactReal)
|
||||
(varop-1+ -InexactReal)
|
||||
;; reals
|
||||
(varop-1+ -PosReal)
|
||||
(-> -NegReal -NegReal)
|
||||
(-> -NonPosReal -NonPosReal)
|
||||
(varop-1+ -PosReal -NonNegReal)
|
||||
(-> -NegReal -NonPosReal)
|
||||
(-> -NegReal -NegReal -NonNegReal)
|
||||
(-> -NegReal -PosReal -NonPosReal)
|
||||
(-> -PosReal -NegReal -NonPosReal)
|
||||
|
|
Loading…
Reference in New Issue
Block a user