sympy_limit
Compute the limit of a symbolic expression as a variable approaches a specified point, with optional direction for one-sided limits.
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 |