[Libreoffice-bugs] [Bug 133286] non correct working function "ОСТАТ" in Russian (mod)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri May 22 18:54:06 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133286
Ming Hua <ming.v.hua at qq.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ming.v.hua at qq.com
--- Comment #4 from Ming Hua <ming.v.hua at qq.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200522/82df5d46/attachment.htm>
More information about the Libreoffice-bugs
mailing list