0
Use of double keyword in c++?
2 Respuestas
+ 8
To store floating-point values at double precision.
+ 7
Knowing the difference between single and double precision is so important when it comes to comparing these two fundamental types. In general, a double has 15 decimal digits of precision, while float has 7.
See:[https://stackoverflow.com/questions/2386772/difference-between-float-and-double]