GNOME Bugzilla – Bug 531551
Bitcalculating extension doesn't properly calculate value.
Last modified: 2008-11-23 07:04:15 UTC
Please describe the problem: This bug has been reported here https://bugs.launchpad.net/ubuntu/+source/gcalctool/+bug/200590 Playing with bitcalculating in the scientific mode is not working correctly. Steps to reproduce: 1. switch the 8(2^3), 4(2^2) and 1(2^0) positions to 1, it shows 13 2. switch the 2^63 position to 1 and it changed to 9223372036854775808 (not checking if that's right) 3. change the 2^63 position back to 0 and it says 0 instead of 13 4. click on the 8 position again and it says 0 instead of 5 Actual results: Expected results: Does this happen every time? YES Other information:
Yup. It's broken. Thanks for reporting this.
Testing this shows it was present in 5.24.0 and not in 5.24.1. It was fixed as part of rework done in bug 548690. Closing.