Function degree from ginac
Brief description
degree(value:ex,identifier:Identifier):int
Degree of a polynomial More ...
Function information
| Name: | degree |
| Base: | |
| Group: | GiNaC plugins:Polynomial algebra |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | |
| Copyright: |
Detailed description
Degree of a polynomial
Input parameters
-
value:
ex
- Polynomial expression
-
identifier:
Identifier
- Variable
Return values
-
Default return value:
int
- Degree of the polynomial
