Thread: Round off error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
harvey harvey is offline
external usenet poster
 
Posts: 24
Default Round off error

Anyone knows how to eliminate roundoff error in a loop?

Dim i as double
for i= - 0.2 to 0.2
debug.print i
next

Thanks:)