<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Big integers do not subtract correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=39293#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Big integers do not subtract correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=39293">bug 39293</a>
              from <span class="vcard"><a class="email" href="mailto:newbie-02@gmx.de" title="b. <newbie-02@gmx.de>"> <span class="fn">b.</span></a>
</span></b>
        <pre>sorry for stepping into an old bug, just for clarification: 

the values in the sample sheet are not integers, but display strings for
rounded calculation results, a square of a number ending in '5' should end in
'5', thus '25' instead of the '30', and a result from xxx6 * yyy7 * 4 / 2
should end in '4', thus 1491038293021224 instead of the rounded
1491038293021220, 

(nobody spotted that?) 

old versions of calc did more wrong rounding than recent, but as we deal with
'floats' there is no guarantee, 

in most situations calc keeps more precise values internally for calculation, 

starting from that point it's clear that calc's calculation will deviate from
users expectation, 

another erro:, as calc and all spreadsheets are limited in the storage for a
number there will always be a biggest integer, taken that and added something
will result in a value which needs another format to store, with probably less
precision, leading to results deviating from users expectations, 

21 decimal digits i've never seen in calc,</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>