I am learning about the range of primitive types and I have question about type double
.
If we know that double
has 8 bytes (64 bits) - why is it impossible to determine minimum and maximum range of double
?
long
has 8 bytes as well but we can determine minimum and maximum.