[Libreoffice-bugs] [Bug 32862] Improve precision of function MOD() for big numbers (7^19 mod 13 is 6 not 7)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 15 11:53:00 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=32862
John LeMoyne Castle <lemoyne.castle at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|medium |low
CC| |lemoyne.castle at gmail.com
--- Comment #4 from John LeMoyne Castle <lemoyne.castle at gmail.com> 2011-06-15 11:53:00 PDT ---
Changed to low-enhancement to match 32834 (related by 32866)
Low because happens to small set of users in integer functions applied to large
values. Issue is very real for users requiring extended precision - in this
case a mathematically sound workaround exists. Integer ops on very large #s
must eventually run afoul of the underlying implementation's precision limit.
It is an Enhancement to consider either a different implementation or different
action (err past limits) for integer operators/functions on very large or very
tiny numbers in either Calc or BASIC.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list