Subject: [sympy] Re: nan**0 == 1**nan == 1? Another strange behavior is ``` >>> S(0)**0 1 ``` while correctly ``` >>> S(0)/S(0) nan ``` -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@xxxxxxxxxxxxxxxxx To unsubscribe from this group, send email to sympy+unsubscribe@xxxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/sympy?hl=en. |