https://bugs.documentfoundation.org/show_bug.cgi?id=90419

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |er...@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 <er...@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 the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to