0
What is the difference between double and float?
2 Réponses
0
double is used for nr's like 3.141516 and float for nr's with only one number after comma eg 7.1
0
double and float has different set of precision. For higher precision one can use double and for lower precision one can use float.
Float: Single precision
Double: Double precision.