nanos world API Reference Unofficial documentation
Static function Shared Native

math.ceil

Return the integer no greater than the given value (even for negatives)

Syntax

Lua
math.ceil(number)

Parameters

Name Type Default Description
number number The number to be rounded up.

Returns

  • number