Calculate the floor of a number — the largest integer less than or equal to the given value. Essential for programming, discrete mathematics, and scenarios requiring rounding down.
Calculate the floor of a number — the largest integer less than or equal to the given value. Essential for programming, discrete mathematics, and scenarios requiring rounding down.
Enter any real number.
The floor function ⌊x⌋ returns the largest integer that is less than or equal to x. For example, ⌊4.7⌋ = 4 and ⌊-4.7⌋ = -5. For integers, ⌊n⌋ = n.
How this calculator works
The floor function ⌊x⌋ returns the largest integer that is less than or equal to x. For example, ⌊4.7⌋ = 4 and ⌊-4.7⌋ = -5. For integers, ⌊n⌋ = n.
Common questions about this calculator