https://bugs.documentfoundation.org/show_bug.cgi?id=90419
Eike Rathke <erack@redhat.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |erack@redhat.com,
                   |                            |libreoffice@lists.freedeskt
                   |                            |op.org
            Version|4.3.1.2 release             |Inherited From OOo
            Summary|Accuracy of calculation     |Accuracy of calculation in
                   |                            |Fill
     Ever confirmed|0                           |1
         Whiteboard|                            |EasyHack
                   |                            |DifficultyInteresting
                   |                            |SkillCpp
                 OS|Windows (All)               |All
--- Comment #1 from Eike Rathke <erack@redhat.com> ---
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.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Context
- [Bug 90419] Accuracy of calculation in Fill · bugzilla-daemon
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.