greater_than
Compare two numbers to determine if the first value exceeds the second value using mathematical comparison.
Instructions
Check if the first number is greater than the second number. (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |