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

New issue 3225 by [email protected]: pprint evaluates unevaluated denominator
http://code.google.com/p/sympy/issues/detail?id=3225

x = Pow(2, 3, evaluate=False)
y = Pow(10, -2, evaluate=False)
Mul(x, y, evaluate=False)
2**3/10**2
pprint(_)
  3
 2
---
100

It works ok if the numerator is 1 (because in that case pprint is working with a Pow rather than a Mul).

--
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.

Reply via email to