Improve type of expt since inference is bad.
Closes PR 13383. original commit: b637c24d888270385bad4d336c58b4f653c1fcc9
This commit is contained in:
parent
e45eac7249
commit
e118ab41e2
|
@ -1700,7 +1700,7 @@
|
|||
(-SingleFlonum (Un -NegInt -PosInt) . -> . -SingleFlonum)
|
||||
(-SingleFlonum -SingleFlonum . -> . (Un -SingleFlonum -SingleFlonumComplex))
|
||||
(-InexactReal (Un -NegInt -PosInt) . -> . -InexactReal)
|
||||
(-Real (Un -NegInt -PosInt) . -> . -Real)
|
||||
(-Real -Int . -> . -Real)
|
||||
(-InexactReal -InexactReal . -> . (Un -InexactReal -InexactComplex))
|
||||
(-FloatComplex (Un -InexactComplex -InexactReal) . -> . -FloatComplex)
|
||||
(-SingleFlonumComplex (Un -SingleFlonum -SingleFlonumComplex) . -> . -SingleFlonumComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user