sympy_limit
Compute mathematical limits of expressions as variables approach specific points, including directional limits from left or right.
Instructions
Compute a limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression | |
| variable | Yes | Variable approaching the limit | |
| point | Yes | Point to approach | |
| direction | No | Direction ("+", "-") | + |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |