Floating-point is a more accurate way of storing numbers in binary
8 bits are still used but the decimal point floats around, changing the value of the bits
To store where the decimal point actually is, the binary number is split into two parts, the mantissa (number itself) and exponent (where the decimal point is)
Positive exponent = decimal point moves to the right
Negative exponent = decimal point moves to the left