Status: New Owner: ---- Labels: Type-Defect Priority-Medium Printing
New issue 2422 by [email protected]: Printing of rational functions with floats could be better
http://code.google.com/p/sympy/issues/detail?id=2422 Example: In [1]: (3.0*x + 1.0)/(1.0*x) Out[1]: 1.0⋅(3.0⋅x + 1.0) ───────────────── x The first 1.0 should be in the denominator. -- 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.
