floor
Rounds a number down to the nearest integer, returning the largest integer less than or equal to the input.
Instructions
Rounds a number down to the nearest integer. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to round down |