Functions
math.ceil()
The smallest whole number that is not less than `number`. The result is an int, not a float.
Syntax · 1 of 4
math.ceil(const float number) → const int
Arguments
number required const float The number to round upwards. Return Type
const int Syntax · 2 of 4
math.ceil(input float number) → input int
Arguments
number required input float The number to round upwards. Return Type
input int Syntax · 3 of 4
math.ceil(simple float number) → simple int
Arguments
number required simple float The number to round upwards. Return Type
simple int Syntax · 4 of 4
math.ceil(series float number) → series int
Arguments
number required series float The number to round upwards. Return Type
series int