Comment #2 on issue 3537 by [email protected]: %load_ext sympy.interactive.ipythonprinting int and float representation
http://code.google.com/p/sympy/issues/detail?id=3537
I just wonder why an image is returned -> this looks like mathtext (mpl) is used to derive the representation. Following the ipython discussion (link above) I'm not sure what's the final idea of how to mix the representation of different types, i.e. everything gets latexed or just sympy objects get latexed. Anyway, the processing of ints and floats with mathtext is somehow against both approaches.
Moreover, currently
var('x') x/x
gives not the same result representation as
1 (or 1.0)
-- 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.
