Comment #7 on issue 2302 by [email protected]:
2**Rational(4,5)*6**Rational(1,5) should auto-simplify to 2*3**Rational(1,5)
http://code.google.com/p/sympy/issues/detail?id=2302
part B is there, too so
h[1] >>> 2**Rational(4,5)*6**Rational(1,5)
2*3**(1/5)
--
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.