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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
           Hardware|x86-64 (AMD64)              |All
     Ever confirmed|0                           |1
                 OS|Windows (All)               |All

--- Comment #3 from Eike Rathke <[email protected]> ---
Problem seems to be that 1.79769313486232E+308 is the double max value
1.7976931348623157e+308 rounded to 15 significant digits, which when read in
and converted from string is not representable as a double value, hence does
not form a valid condition.

Though the attached file does not expose a performance problem.
However, the double max value representation needs to be fixed.

-- 
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

Reply via email to