+ 3
What is the difference between float and double
4 Respostas
+ 13
Float is a single precision (32 bit) floating point data type, while double is a double precision (64 bit) floating point data type (that's why maybe it is called double)
+ 4
a double can hold a larger value than a float. A double is twice the size of float.
+ 2
Float is stored on 4 bytes
Double is stored on 8 bytes
- 3
سلام