Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Printing CodeInCategory-Code CodeInDifficulty-Easy

New issue 2784 by [email protected]: 1/function() should be printed differently by latex printer
http://code.google.com/p/sympy/issues/detail?id=2784

In [1]: latex(1/cos(x))
Out[1]: \operatorname{cos}^{-1}\left(x\right)

In [2]: pprint(1/cos(x))
  1
──────
cos(x)

[1] should output \frac{1}{\operator ...}

--
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.

Reply via email to