|
|
|
|
|
by ryandrake
1119 days ago
|
|
Knowing how the values are stored provides you the "why" behind the practical implications. Another example: Half of the range of all values that "float" can store lie between -1.0 and 1.0. Knowing how those values are encoded in memory tells you why. |
|