OK, let's try it: https://github.com/sympy/sympy/pull/14181
On Monday, 12 February 2018 17:40:27 UTC+1, Kalevi Suominen wrote: > > Maybe this would help. > > --- a/sympy/assumptions/handlers/ntheory.py > +++ b/sympy/assumptions/handlers/ntheory.py > @@ -136,7 +136,7 @@ def Mul(expr, assumptions): > Odd * Odd -> Odd > Even * Even -> Even > Integer * Integer -> Even if Integer + Integer = Odd > - -> ? otherwise > + otherwise -> ? > """ > if expr.is_number: > return AskEvenHandler._number(expr, assumptions) > > -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/23a0d489-fb59-425e-90ba-914d07026ac2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
