Improve type of expt since inference is bad.

Closes PR 13383.

original commit: b637c24d888270385bad4d336c58b4f653c1fcc9
This commit is contained in:
Eric Dobson 2013-03-26 00:06:29 -07:00
parent e45eac7249
commit e118ab41e2

View File

@ -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)