sympy_floor
Compute the floor of a mathematical expression, returning the greatest integer less than or equal to the expression's value.
Instructions
Floor function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Expression |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |