Fix log's type for Real inputs.
This commit is contained in:
parent
c1ceebb92a
commit
4556ea2992
|
@ -1641,6 +1641,7 @@
|
|||
(-SingleFlonum . -> . (Un -SingleFlonum -SingleFlonumComplex))
|
||||
(-InexactRealZero . -> . -NegInexactReal)
|
||||
(-NonNegInexactReal . -> . -InexactReal)
|
||||
(-NonNegReal . -> . -Real)
|
||||
(-ExactNumber . -> . (Un -ExactNumber -FloatComplex))
|
||||
(-FloatComplex . -> . -FloatComplex)
|
||||
(-SingleFlonumComplex . -> . -SingleFlonumComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user