For the complete documentation index, see llms.txt. This page is also available as Markdown.

FLOOR

Rounds a given number down

FLOOR(number)

Rounds the given number to the nearest integer of equal or lesser value.

Arguments

Argument

Description

number

Number to round

Output

The given number rounded to the nearest integer of equal or lesser value.

Example

Last updated

Was this helpful?