2012/6/20 [email protected] <[email protected]>: > Should this be in Expr? Should this be a method at all?
It's there for historical reasons, but it's clearly not meaningful for generic objects, so it should at least be moved to Expr and should probably not exist as a public method at all. The functionality (converting a polynomial expression made of Expr objects to an instance of Poly) should rather be accessed via a classmethod of Poly or some factory function in sympy.polys. This would require some refactoring though, so it's not a trivial change. -- 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.
