WoW:API ceil
ceil(value) returns the ceiling of the value (the next highest whole number) i.e. rounds value up
> print(ceil(3.141592653)) 4
ceil(value) returns the ceiling of the value (the next highest whole number) i.e. rounds value up
> print(ceil(3.141592653)) 4