GNOME Bugzilla – Bug 560802
Error in fractional addition
Last modified: 2009-07-13 02:55:10 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/gcalctool/+bug/272551 "1) Launch gcalctool 2) Set to scientific mode (ctr -s ) 3) Set display type to "sci" 4) Do 1-0.9-0.1 The calculator returns -2.832847187e-219 There is an issues with the floating point routine used."
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 527540 ***
*** Bug 582310 has been marked as a duplicate of this bug. ***
Committed fix to master: http://git.gnome.org/cgit/gcalctool/commit/?id=6fd7e874611328e46dd291323b59798f867aa89c This does not fix scientific notation however
This now works as the internal representation is in base 10 (bug 585813)