https://bugs.documentfoundation.org/show_bug.cgi?id=100254

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #31 from Eike Rathke <er...@redhat.com> ---
See also further above
https://opengrok.libreoffice.org/xref/core/sal/rtl/math.cxx?r=be8da979#283 for
how representable integer values are handled. If it reaches line 381 it means
the value is no such.

The error is on user side to import the ID values as numeric instead of text.
Floating point IEEE 754 double precision values are limited in their accuracy,
the largest representable unambiguous whole integer number is (2^53)-1 or
9007199254740991.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to