[Libreoffice-bugs] [Bug 136794] New: calc: ui: round: calc 'round' is erroneously limited to 20 decimal digits,

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 16 06:04:33 UTC 2020


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

            Bug ID: 136794
           Summary: calc: ui: round: calc 'round' is erroneously limited
                    to 20 decimal digits,
           Product: LibreOffice
           Version: 3.5.1 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: newbie-02 at gmx.de

Description:
i wanted to round small numbers, for example 6.23455E-27 which has 32 decimal
places to 6.235E-27 which has 30 decimal places, and got error messages, 

according to the discussion in: 
https://ask.libreoffice.org/en/question/266009/issue-with-rounding-small-values-round-to-more-than-20-decimals/
- and @Lupp's answer there - it is a bug,  

'=round(6,22735e-27;30)' results in 'Err:502'
'roundsig' as proposed by @erAck can be of help for my originating problem (as
i indeed want to cut off all fp-rounding artefacts, also in the
'pre-decimal-range'), but doesn't help for users who want a value with more
than 20 but limited! decimals, 
importance 'normal' as the workaround with a user defined round macro-function
isn't 'easy' for most users

Steps to Reproduce:
1. key in '=round(6,22735e-27;30)' into a cell, without the quotes, 
2. press enter, 
3. results in 'Err:502', 

Actual Results:
'Err:502'

Expected Results:
6,227e-27


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 0e8696bc2784364cfbefd7fa55da733e350c56cd
CPU threads: 8; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL

-- 
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/20200916/9f8d754f/attachment.htm>


More information about the Libreoffice-bugs mailing list