Round down to the nearest integer (aka Floor).

Alternatively, you can choose Round (closest integer), Round Up, or Round Decimal Places.

Examples:

0.95 -> 0

1.25 -> 1

3.0001 -> 3

Input Fields

  • number: the number to be rounded down

Output Fields

  • rounded down: the number rounded down