less_than_or_equal
Compare two numbers to determine if the first value is less than or equal to the second value. This arithmetic comparison tool helps verify numerical relationships and validate constraints in mathematical calculations.
Instructions
Check if the first number is less than or equal to the second number. (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |