Float
/floʊt/
noun — “a number that refuses to sit still, always sliding between precision and approximation depending on context.”
Float (short for floating-point number) is a numerical representation used in computing to approximate real numbers using a finite amount of memory. Unlike integer types, which represent whole numbers exactly, a float is designed to handle fractions, extremely large values, and extremely small values by storing numbers in a scientific-notation-like format.