Comment #3 on issue 2878 by [email protected]: numerical evaluation
problem
http://code.google.com/p/sympy/issues/detail?id=2878
I see, actually Rational() does it already:
Rational("0.6")
3/5
so my mistake above was using S("0.6") instead of Rational("0.6"). So this
should be explained in the Gotchas and then this issue can be closed, I
guess.
--
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.