Thread: Float precision
View Single Post
  #1 (permalink)  
Old November 10th, 2005, 03:05 PM
nulogix nulogix is offline
Authorized User
 
Join Date: May 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Float precision

a float variable has a value of -3.4E38 to +3.4E38 with 6 digit precision. What does it mean to have 6 digit precision. Is this just the number of digits the compiler will display before it truncates the value i.e 3.465783??

Also what is the difference between single and double precision?

thanks
Reply With Quote