Updates:
Status: Fixed
Comment #24 on issue 1827 by [email protected]: log eval gives more standard
form
http://code.google.com/p/sympy/issues/detail?id=1827
Only perfect powers are removed automatically:
>>> log(3**3*2**3)
3*log(6)
>>> log(3**3*2**2)
log(108)
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.