49
edits
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{ | {{wowlua}} | ||
ceil(value) returns the ceiling of the value (the next highest whole number) i.e. rounds value ''up'' | ceil(value) returns the ceiling of the value (the next highest whole number) i.e. rounds value ''up'' | ||
int = math.ceil(n); | int = math.ceil(n); | ||