Re: Issue 2451 in sympy: Position of power (and function) in pretty printed functions

2013-07-05 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2451 by asmeu...@gmail.com: Position of power (and function) in pretty printed functions http://code.google.com/p/sympy/issues/detail?id=2451 That was merged In [1]: f(1/x)**2 Out[1]: 2⎛1⎞ f ⎜─⎟ ⎝x⎠ In [2]: f(1/(1 + 1/(1 + 1/(1 +

Re: Issue 2451 in sympy: Position of power (and function) in pretty printed functions

2013-06-25 Thread sympy
Comment #3 on issue 2451 by pradyu1...@gmail.com: Position of power (and function) in pretty printed functions http://code.google.com/p/sympy/issues/detail?id=2451 https://github.com/sympy/sympy/pull/2207 I made pull request implementing patch for this issue. -- You received this message

Re: Issue 2451 in sympy: Position of power (and function) in pretty printed functions

2011-06-05 Thread sympy
Updates: Summary: Position of power (and function) in pretty printed functions Comment #1 on issue 2451 by asmeurer: Position of power (and function) in pretty printed functions http://code.google.com/p/sympy/issues/detail?id=2451 Thinking about it, I think it would look better for