derivative_backward
Calculate numeric derivatives using the backward difference method for mathematical functions. Input a function expression and point to compute the derivative approximation.
Instructions
Calculate numeric derivative using backward difference method (Domain: calculus, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| func | Yes | ||
| x | Yes | ||
| h | No |