Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

floor

runphp <? echo floor(%s) ?>
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
    
110 uses - Created 2008-06-05 18:20:25 - Last used 2024-10-04 05:47:34
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.