+ 6
How to distinguish between float and double in more details?
3 Answers
+ 5
Okay...now i understand. Thank you very much
+ 4
As the name implies, aĀ doubleĀ has 2x the precision ofĀ float. In general aĀ doubleĀ has 15 decimal digits of precision, whileĀ floatĀ has 7.
check this link š for more information
https://www.google.com/amp/s/www.geeksforgeeks.org/difference-float-double-c-cpp/amp/
+ 4
Nice information