We should implement __add__ etc. on Boolean to give better error messages. Aaron Meurer
On Thu, Feb 13, 2014 at 11:21 AM, Avichal Dayal <[email protected]> wrote: > By x^2 did you mean x to the power 2? > SymPy follows python convention so ^ is the xor operator. ** is used for > power. > > -- > 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.
