GNOME Bugzilla – Bug 613805
integer not recognized
Last modified: 2010-04-09 01:35:02 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
*** This bug has been marked as a duplicate of bug 611970 ***