sympy_interval
Create mathematical intervals with specified start and end values, controlling openness on either side for symbolic computations.
Instructions
Create an interval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start value | |
| end | Yes | End value | |
| left_open | No | Whether left is open | |
| right_open | No | Whether right is open |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |