![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
Rounds a value to the nearest integer EXAMPLES floor 17 : 17 floor 17.2 : 17 floor 17.9 : 17 floor -1 : -1 floor -1.3 : -2 TIPS Combine with divide to get the quotient of a division 10 |3 '''''''' 1 3 floor {divide 10 3} : 3