https://issues.apache.org/ooo/show_bug.cgi?id=125774
Joe Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Joe Smith <[email protected]> --- If I understand what you're doing, this is not a bug. By adding to each previous value, the errors expected with floating point numbers accumulate with each addition. If you need a precise series, use Edit > Fill > Series, which is (or seems to be) designed to avoid cumulative errors. Or, use a formula that avoids cumulative sums. Instead of B1: =A1+0.01 use B1: =(ROW()-ROW(A$1))*0.01 -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
