http://qs321.pair.com?node_id=1212831


in reply to Re^3: While loop with addition goes weird (binary float rounding error)
in thread While loop with addition goes weird

These might be more digestible (not 67 pages article) :) Is this odd behavior a floating point problem?, What Every Programmer Should Know About Floating-Point Arithmetic or Why don’t my numbers add up?
  • Comment on Re^4: While loop with addition goes weird (binary float rounding error)

Replies are listed 'Best First'.
Re^5: While loop with addition goes weird (binary float rounding error)
by BillKSmith (Monsignor) on Apr 14, 2018 at 13:08 UTC
    The OP probably has the same off-by-one error as your second reference. The floating-point accuracy issue clearly applies to the current question.
    Bill