Thread: Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Data

Hi,

When I program in C++ a variabl declared as a double

x = 2.0

comes out as 2.0000001 or 1.99999999

but in excel it is 2.0 exactly why is that?

Thanks