WoW:API ceil: Difference between revisions

No change in size ,  15 August 2023
m
Move page script moved page API ceil to WoW:API ceil without leaving a redirect
No edit summary
m (Move page script moved page API ceil to WoW:API ceil without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{luaapi}}
{{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);
Anonymous user