Missed some cases in sqrt.
original commit: 948a4d6184751bacabb44adad39d9fb5aa804988
This commit is contained in:
parent
a8d6407857
commit
90909c1c68
|
@ -1693,8 +1693,6 @@
|
|||
-SingleFlonumPosZero -SingleFlonumNegZero -SingleFlonumZero -PosSingleFlonum -NonNegSingleFlonum
|
||||
-InexactRealPosZero -InexactRealNegZero -InexactRealZero -PosInexactReal -NonNegInexactReal
|
||||
-RealZero -PosReal -NonNegReal))
|
||||
(-ExactNumber . -> . -ExactNumber)
|
||||
(-Flonum . -> . (Un -Flonum -FloatComplex))
|
||||
(-FloatComplex . -> . -FloatComplex)
|
||||
(-SingleFlonumComplex . -> . -SingleFlonumComplex)
|
||||
(-InexactComplex . -> . -InexactComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user