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)
This is not good printing. It should just be printed as atan2(u, v), with
no subscript 2.
--
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.