integrate
Compute the indefinite integral of a math expression with respect to a specified variable, returning the antiderivative for symbolic calculus.
Instructions
Return the indefinite integral of expression w.r.t. variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | No | x | |
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |