põrandalgoritmi
Põrandalgoritmi, also known as the floor function, is a mathematical function that takes a real number as input and returns the greatest integer less than or equal to that number. It is often denoted by the symbol $\lfloor x \rfloor$ or sometimes just [x]. For example, the floor of 3.14 is 3, and the floor of -2.7 is -3. The floor function always rounds down to the nearest integer.
The floor function has several important properties. It is an idempotent function, meaning that applying the
In computer science, the floor function is frequently used in algorithms related to integer division, array