Re: Issue 2681 in sympy: Don't pretty print atan2 as atan₂

2011-09-20 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2681 by smi...@gmail.com: Don't pretty print atan2 as atan₂ http://code.google.com/p/sympy/issues/detail?id=2681 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-i

Re: Issue 2681 in sympy: Don't pretty print atan2 as atan₂

2011-09-20 Thread sympy
Updates: Labels: NeedsReview Comment #2 on issue 2681 by asmeurer: Don't pretty print atan2 as atan₂ http://code.google.com/p/sympy/issues/detail?id=2681 When you open a pull request for an issue, please make a note of the pull request link on the issue, and add the label NeedsReview.

Re: Issue 2681 in sympy: Don't pretty print atan2 as atan₂

2011-09-19 Thread sympy
Updates: Status: Started Comment #1 on issue 2681 by someb...@bluewin.ch: Don't pretty print atan2 as atan₂ http://code.google.com/p/sympy/issues/detail?id=2681 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sy

Issue 2681 in sympy: Don't pretty print atan2 as atan₂

2011-09-10 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Printing EasyToFix New issue 2681 by asmeurer: Don't pretty print atan2 as atan₂ http://code.google.com/p/sympy/issues/detail?id=2681 In [25]: var('u v', real=True) Out[25]: (u, v) In [26]: atan2(u, v) Out[26]: atan₂(u, v) T