<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - calc: ui: round: calc 'round' is erroneously limited to 20 decimal digits,"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136794">136794</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>calc: ui: round: calc 'round' is erroneously limited to 20 decimal digits,
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.5.1 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>newbie-02@gmx.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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: 
<a href="https://ask.libreoffice.org/en/question/266009/issue-with-rounding-small-values-round-to-more-than-20-decimals/">https://ask.libreoffice.org/en/question/266009/issue-with-rounding-small-values-round-to-more-than-20-decimals/</a>
- 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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>