<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 - wrong display of 2^47 .. 2^53 when fractional digits are 16 .. 20"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108783">108783</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>wrong display of 2^47 .. 2^53 when fractional digits are 16 .. 20
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (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>carlo.verre@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=134284" name="attach_134284" title="powers of 2 (2^0 .. 2^64) with fractional digits 0 .. 20, err in R49 .. V55">attachment 134284</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=134284&action=edit" title="powers of 2 (2^0 .. 2^64) with fractional digits 0 .. 20, err in R49 .. V55">[details]</a></span>
powers of 2 (2^0 .. 2^64) with fractional digits 0 .. 20, err in R49 .. V55

wrong display of powers of 2 from 2^47 until 2^53
when fractional digits are between 16 and 20

example:

type in A1: =2^47, you get correctly: 140737488355328

press repeatedly the '0.00+' button to increase fractional digits, you get:

15 digits: 140737488355328.000000000000000 RIGHT
16 digits: 14073748835532.8000000000000000 WRONG
17 digits: 1407374883553.28000000000000000 WRONG
18 digits: 140737488355.328000000000000000 WRONG
19 digits: 14073748835.5328000000000000000 WRONG
20 digits: 1407374883.55328000000000000000 WRONG

the wrong values are not only displayed on screen
but also written out when you save in .csv format</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>