Floating Point Tests for Loop Termination

real t,inc,test
t ← 0
while t < test do
  t ← t + inc
end while

Increment value: Test value: