Respuesta :

Floating point is basically binary scientific notation. So if you have a four byte float and a four byte integer, the float will have a greater range than the int. The float will also have slight anomalies. Play around with values like 0.3.
ACCESS MORE