floor
Round any number down to the nearest integer. Works with numeric strings and integers, returning integers unchanged.
Instructions
Rounds a number down to the nearest integer. Supports numbers passed in as strings, but does NOT support commas or other formatting in number strings. If an integer is passed in, it will be returned unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||