Comment #20 on issue 2308 by [email protected]: Should we rename primitive()? (and Expr.primitive() should call primitive())
http://code.google.com/p/sympy/issues/detail?id=2308
Why shouldn't `(2*x/3 + 4*y/9).primitive()` give `(2/3, x + 2*y/3)`? I don't know much about the algebra fields, but am curious what would be wrong with the latter.
-- 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.
