After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585931 - Int(1.48/0.02) = 73 instead of 74
Int(1.48/0.02) = 73 instead of 74
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-16 00:51 UTC by Robert Ancell
Modified: 2009-07-13 01:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Ancell 2009-06-16 00:51:27 UTC
Int(1.48/0.02) = 73
Frac(1.48/0.02) = 1

1.48/0.02 = 74
Comment 1 Robert Ancell 2009-07-13 01:46:02 UTC
This now works after changing internal representation to base 10 (bug 585813)