no edit summary
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
==Description== | ==Description== | ||
floor(value) returns the floor of the value (essentially it returns the whole | floor(value) returns the floor of the value (essentially it returns the whole part of the value) i.e. rounds value ''down'' | ||
==Example== | ==Example== | ||