ceil
ceil(
    @x  ## required
) -> llll/null
Returns rounded up value of @x to the nearest integer.
Arguments
- @x[int/float/llll] Numeric llll.(required)
Output
Up value of @x to the nearest integer. [llll/null]
warning
ceil is a built-in function in the bell programming language and is not unique or exclusive to bellplay~. As such, ceil will return null without raising an error if required arguments are not provided.