+ 2

What is the difference between float values and double values ?

14th Jun 2017, 10:12 AM
Master Gaurav
2 Answers
+ 2
Number of bytes used to store them.
14th Jun 2017, 10:21 AM
Andrea Simone Costa
Andrea Simone Costa - avatar
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.
14th Jun 2017, 10:55 AM
merkrafter