sympy_degree
Compute the degree of a polynomial expression with respect to a specified variable.
Instructions
Degree of polynomial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Polynomial expression | |
| variable | No | Variable | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |