floating point numbers

Floating point numbers are numbers that are represented with a multiplier and an exponent. This allows efficient representation of numbers with a wide range of values. For instance, 7.3 or 31234.1234 are floating-point numbers, whereas 7, and 31234 are integers. When printed out for human usage, these numbers are frequently printed in scientific notation.