$floor: Difference between revisions
Jump to navigation
Jump to search
m fixed commenting syntax |
m -4,99 -> -4.99 |
||
Line 8: | Line 8: | ||
$floor([[$pi]]) ;will return ''3'' | $floor([[$pi]]) ;will return ''3'' | ||
$floor(-4 | $floor(-4.99) ;will return ''-5'' | ||
== See Also == | == See Also == |