> 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 were fast! That means you already have a patch and I don't have to do it? Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- 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.
