Comment #9 on issue 3536 by asmeu...@gmail.com: float NaN is not resolved with other numbers
http://code.google.com/p/sympy/issues/detail?id=3536

No, you can still get an overflow. SymPy allows arbitrary precision, but once it is set, it is fixed, so if the number you are computing goes beyond that precision, it will go to inf. Try exp(1e1000).

sympify does that because it creates the SymPy types (not float), which are better behaved, since they are used everywhere (whereas the float infinities are used rarely, hence these bugs).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to