Float
From GMod Wiki
All numbers in lua are floats. Floats are capable of handling a 'floating point', or decimal.
However, in the wiki whenever float is specified as a datatype for an argument or return value, we use it to say that a function can take numbers with decimal points, or it's possible the function could return a number with decimal points.