Rounds a floating-point number down to the nearest integer.
floor(num: number) -> int
Returns the documented result for the function signature.
respond { status = 200, body = { bucket = floor(ctx.request.query.score) } }