ceil
ceil(
@x ? ## required
) -> llll/null
note
ceil
is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.
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
will return null
without raising an error if required arguments are not provided.