floor
Rounds a number down to the nearest integer, returning the largest integer less than or equal to the input value.
Instructions
Rounds a number down to the nearest integer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to round down |