Comment #2 on issue 2107 by fredrik.johansson: Real(0.1, 10) - Real(0.1, 10) -> 3.637923296e-13
http://code.google.com/p/sympy/issues/detail?id=2107

There is definitely something fishy going on here. Note

a = Real(0.1,1)
a - a
-4.e-4
a + (-a)
0

THIS LINE WAS ADDED TO THIS COMMENT BECAUSE GOOGLE CODE THINKS THE ABOVE ONLY SAYS "+1".

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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