derivative_central
Calculate numeric derivatives using the central difference method for mathematical functions. This tool provides accurate derivative computation for calculus applications by evaluating function behavior at specified points.
Instructions
Calculate numeric derivative using central difference method (most accurate) (Domain: calculus, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| func | Yes | ||
| x | Yes | ||
| h | No |