Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2990 by [email protected]: Float is not pulled out of Mul base
when exponent is Integer
http://code.google.com/p/sympy/issues/detail?id=2990
(2*B*C)**3
8*(B*C)**3
(2.*B*C)**3
(2.0*B*C)**3
The second expression should have given 8.0*(B*C)**3 (where B and C are
non-commutatives.
--
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.