bisection_method
Find roots of equations within specified intervals using the bisection method to solve mathematical functions numerically.
Instructions
使用二分法求解方程在区间内的根
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_type | Yes | ||
| coefficients | Yes | ||
| left_bound | Yes | ||
| right_bound | Yes | ||
| tolerance | No | ||
| max_iterations | No |