How are floating-point numbers stored in a computer? Computers represent all information in binary. Floating-point numbers are also converted to binary and stored in RAM, but during this process, some of the value is lost, resulting in an approximation rather than the exact value. For example, when you convert 0.1 to binary, it becomes a repeating decimal: 0.00011001100110011... which continues..