https://bugs.documentfoundation.org/show_bug.cgi?id=133286
Ming Hua <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #4 from Ming Hua <[email protected]> ---
1. It is not locale relevant, in English locale =MOD(71^7, 1517) also gives 0.
2. It is also not surprising, as the upper limit of 64-bit unsigned integer is
2^64 = 1.84E+19, which 71^7 = 1.01E+20 exceeds. For such a formula to work
properly Calc needs to deal with integer overflow correctly and have inner
representations of variables larger than "unsigned int" if necessary.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs