floor
Calculate the largest integer less than or equal to a given number to round down values in mathematical computations.
Instructions
Return the floor of a number (largest integer less than or equal to x). (Domain: arithmetic, Category: core)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes |