Comment #8 on issue 3536 by [email protected]: float NaN is not resolved with other numbers
http://code.google.com/p/sympy/issues/detail?id=3536
Ah, I see. The difference that jumps out to me is that a Float inf could result from some sort of overflow, but that doesn't seem to happen with the current implementation (seems like I can generate arbitrarily large floats in sympy, unlike native Python). Perhaps also worth noting that while sympify('nan*I') results in just nan, sympify('oo*I') results in oo*I.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
