between
Determine if a number falls within a specified range using mathematical interval notation, with exclusive bounds as the default setting.
Instructions
Check if a value is between two bounds (exclusive by default, like mathematical interval notation). (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| lower | Yes | ||
| upper | Yes |