+ 2
What is the difference between float values and double values ?
2 Answers
+ 2
Number of bytes used to store them.
0
And as a implication the amount and precision of numbers you can store.
Sometimes float is called single precision and double... is self-explanatory.