<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Filling cells with incremental numbers – wrong numbers"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=55960#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Filling cells with incremental numbers – wrong numbers"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=55960">bug 55960</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>(In reply to Eike Rathke from <a href="show_bug.cgi?id=55960#c14">comment #14</a>)
<span class="quote">> In the Input Line.</span >

Ah yes, sorry. Blind me; must had missed that because of being tired in the
evening :-)

I don't think we need to limit the precision of calculation of the increment
here. The call in approxDiff is

<span class="quote">> return rtl::math::round(0.050000000000000044, 15);</span >

and it returns 0.050000000000000003, which is the closest binary representation
to 0.05 (see
<a href="https://www.binaryconvert.com/result_double.html?decimal=048046048053">https://www.binaryconvert.com/result_double.html?decimal=048046048053</a> ) - i.e.,
no additional limiting would improve this.</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>