2009/6/23 Roberto Nobrega <[email protected]>: > >> In [2]: S(1)/0 >> Out[2]: ∞ >> >> Btw, so does wolframalpha: >> >> http://www.wolframalpha.com/input/?i=1%2F0 >> > > In fact it returns ComplexInfinity for 1/0, and not Infinity as SymPy > currently does.
Yes, I forgot to mention that. So to get some conclusion, I suggest we go the 3) way ---- return ComplexInfinity for everything and emit warnings, that are off by default. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
