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

Cor Nouws <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Hardware|x86-64 (AMD64)              |All
            Version|3.4.5 release               |Inherited From OOo
            Summary|TABLE: Bad results          |No warning when wrong
                   |calculated for formula in   |decimal separators are
                   |table                       |used, resulting in bad
                   |                            |outcome for formulas in
                   |                            |tables
                 OS|Linux (All)                 |All

--- Comment #15 from Cor Nouws <[email protected]> ---
I see the same results with Dutch locale

A1 = 0,19
formula: 100*A1
Outcome: 19


A1 = 0.19  (wrong)
formula: 100*A1
Outcome: 0


A1 = 100
formula: 0,19*A1
Outcome: 19



A1 = 100
formula: 0.19*A1 (0.19 is Wrong)
Outcome: 1900

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