Or should/could it be handled with a converter? I wondered when and how that would be used and tried in my github/smichr sympify_fractions branch to use it to solve this problem. Could you take a look, Ronan?
h[1] >>> import fractions as f h[1] >>> sympify(f.Fraction(1, 2)) 1/2 -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
