find_root
Solves for a root of a mathematical expression near an initial guess. Input the expression and optional starting point.
Instructions
在初始猜测附近求解 f(x) = 0 的根。
参数: expression: 以 'x' 为变量的数学表达式。 guess: 求解器的起始点。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guess | No | ||
| expression | Yes |