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 613805 - integer not recognized
integer not recognized
Status: RESOLVED DUPLICATE of bug 611970
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-24 13:46 UTC by Manu
Modified: 2010-04-09 01:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manu 2010-03-24 13:46:38 UTC
the calculator fails to recognize that (2^705) is an integer 

how to reproduce bug :
(2^705) mod 3   ----> Modulus division is only defined for integers
                      you may replace 3 by any number
 (2^705) !  --------> Factorial is only defined for natural numbers


this also happens for (2^706) and many numbers ....
but it does not happen for all numbers above a certain limit 
like 
(2^1000) mod 3 , it returns some answer though the answer is wrong (this bug is already filed)


this happens every time : Yes

version : 5.29.92
Comment 1 Robert Ancell 2010-04-09 01:35:02 UTC

*** This bug has been marked as a duplicate of bug 611970 ***