Comment #4 on issue 2878 by ondrej.c...@gmail.com: numerical evaluation problem
http://code.google.com/p/sympy/issues/detail?id=2878

One more comment: This should be investigated in systems like Maple and Mathematica, to see whether they treat 0.6 as a floating point (no matter what precision, it will never be exactly precise), or as an exact number by default. That is what S("0.6") should do.

One can always distinguish the two cases explicitly by Float("0.6") and Rational("0.6").

--
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