limit_expression
Compute the limit of a mathematical expression as a variable approaches a specified point, with optional left/right direction and support for infinity.
Instructions
Compute the limit of an expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | No | Point to approach (e.g., '0', 'oo', '-oo') | 0 |
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| 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 | |||