limit_expression
Compute the limit of an expression as a variable tends to a point, with support for one-sided limits.
Instructions
Compute the limit of an expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | No | Point to approach (e.g., '0', 'oo', '-oo') | 0 |
| variable | No | Variable approaching the point | x |
| direction | No | Direction: 'plus' (right), 'minus' (left), or omit for both | |
| expression | Yes | Expression to take the limit of |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||