Fix log's type for Real inputs.

This commit is contained in:
Vincent St-Amour 2012-01-05 12:41:03 -05:00
parent c1ceebb92a
commit 4556ea2992

View File

@ -1641,6 +1641,7 @@
(-SingleFlonum . -> . (Un -SingleFlonum -SingleFlonumComplex))
(-InexactRealZero . -> . -NegInexactReal)
(-NonNegInexactReal . -> . -InexactReal)
(-NonNegReal . -> . -Real)
(-ExactNumber . -> . (Un -ExactNumber -FloatComplex))
(-FloatComplex . -> . -FloatComplex)
(-SingleFlonumComplex . -> . -SingleFlonumComplex)