differentiate
Computes the numerical derivative df/dx of an infix expression f(x) at a specified point. Provide the expression and x value; optional step h and angle mode.
Instructions
When: numerical derivative df/dx of infix f(x) at a point (not symbolic). Params: expression in x; at; angle_mode; optional h step. Example: expression="x^3", at=2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | ||
| at | Yes | ||
| angle_mode | No | rad | |
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |