Improve type for expt.
original commit: f3bbe1914dc068f84a5a3aa4782156a5360cbde5
This commit is contained in:
parent
0cfa940a0e
commit
db9690f75f
|
@ -1608,6 +1608,7 @@
|
|||
(-SingleFlonum (Un -NegInt -PosInt) . -> . -SingleFlonum)
|
||||
(-SingleFlonum -SingleFlonum . -> . (Un -SingleFlonum -SingleFlonumComplex))
|
||||
(-InexactReal (Un -NegInt -PosInt) . -> . -InexactReal)
|
||||
(-Real (Un -NegInt -PosInt) . -> . -Real)
|
||||
(-InexactReal -InexactReal . -> . (Un -InexactReal -InexactComplex))
|
||||
(-ExactNumber -ExactNumber . -> . -ExactNumber)
|
||||
(N -FloatComplex . -> . -FloatComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user