<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Accuracy of calculation in Fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90419">bug 90419</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>erack@redhat.com, libreoffice@lists.freedesktop.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>4.3.1.2 release
           </td>
           <td>Inherited From OOo
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Accuracy of calculation
           </td>
           <td>Accuracy of calculation in Fill
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Whiteboard</td>
           <td>
                
           </td>
           <td>EasyHack DifficultyInteresting SkillCpp
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Windows (All)
           </td>
           <td>All
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Accuracy of calculation in Fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90419#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Accuracy of calculation in Fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90419">bug 90419</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>While generally all floating point numbers that are not exactly representable
in an IEEE 754 double lose precision, this specific case of filling a series of
numbers could be improved by using multiplication instead of incrementing
(adding delta) values.

Actually this shouldn't be too hard to solve, I'm creating an EasyHack of this.
Code pointer is sc/source/core/data/table4.cxx ScTable::Fill() and subroutines.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>