floor
floor(
@x ? ## required
) -> llll/null
note
floor
is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.
Rounds down the value of @x
to the nearest integer.
Arguments
@x
[int/float/llll] Numeric llll.(required)
Output
Floored value of @x
[llll/null]
warning
floor
will return null
without raising an error if required arguments are not provided.