Floor (Programming)
Floor is precisely a mathematical function which takes in a number and returns back the largest integer less than or equal to that number.
More details
The floor function is typically represented as ::\lfloor x \rfloor:: in mathematics, where ::x:: represents the number to be floored. For example, ::\lfloor 10.999 \rfloor:: evaluates to ::10::.