The correct answer. In particular, up to 2 ^ 24 the float32 behaves like a regular integer, which can be important in some cases. Above that value, the integer starts to have missing values, and strange int behavior such as (n+1)+1 not equal to (n+2)
yosefk|6 months ago
matthewmacleod|6 months ago
chriseing|6 months ago
bobmcnamara|6 months ago