Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2990 by smi...@gmail.com: 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 sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to