I am trying to understand a range of data types. For non-floating-point numbers, this is simple enough, but then for float and double ranges are listed as:
float: 3.4E +/- 38 (7 digits)
double: 1.7E +/- 308 (15 digits)
But the layman, what exactly does this mean, and how can I use this information?
source
share