Re: Issue 2640 in sympy: uneccessary nesting of exponent

2011-08-19 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2640 by smi...@gmail.com: uneccessary nesting of exponent http://code.google.com/p/sympy/issues/detail?id=2640 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Issue 2640 in sympy: uneccessary nesting of exponent

2011-08-17 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium Printing New issue 2640 by smi...@gmail.com: uneccessary nesting of exponent http://code.google.com/p/sympy/issues/detail?id=2640 Rational does not need to be wrapped in parentheses when it is an exponent:

Re: Issue 2640 in sympy: uneccessary nesting of exponent

2011-08-17 Thread sympy
Comment #1 on issue 2640 by smi...@gmail.com: uneccessary nesting of exponent http://code.google.com/p/sympy/issues/detail?id=2640 https://github.com/sympy/sympy/pull/556 python(sqrt(2)) 'e = 2**Rational(1, 2)' str(sqrt(2)*x) '2**(1/2)*x' -- You received this message

Re: Issue 2640 in sympy: uneccessary nesting of exponent

2011-08-17 Thread sympy
Updates: Labels: NeedsBetterPatch Comment #2 on issue 2640 by asmeurer: uneccessary nesting of exponent http://code.google.com/p/sympy/issues/detail?id=2640 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups