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