Delphi / Object Pascal · Exception
What does Runtime Error 205: EOverflow (floating point overflow) mean in Delphi / Object Pascal?
A floating-point calculation produced a result too large for the type to represent.
A floating-point calculation produced a result too large for the type to represent.
Check for a value growing unbounded across iterations, and confirm the variable's type (Single, Double, Extended) has enough range for the magnitude the calculation actually needs.