Hi all,

I'm working on the next piece of example code for my 'Learn C By Example Page' on my website.

How accurate is the following statement...

"The difference between a double and a float is that doubles are designed to be bigger than floats (basically twice (double) as big). Therefore a double is capable of storing a decimal value that has a significantly higher level of precision than a float."

What do you think

Eddie