That's ancient code. Use expr.is_polynomial(). http://docs.sympy.org/latest/modules/core.html?highlight=is_polynomial#sympy.core.expr.Expr.is_polynomial
Aaron Meurer On Thu, Jan 2, 2014 at 9:44 AM, Vincent MAILLE <[email protected]> wrote: > Hi, > > I found an example of ispoly here : > http://code.google.com/p/sympy/source/browse/trunk/tests/test_polynomials.py?spec=svn800&r=800 > but it seems not work with de 7.4.1 version. Does someone can help me ? > > Thanks, > > Vincent > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
