|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
identifier for single-variable polynomial coefficients as a linked list More...
Data Fields | |
| int | coef |
| coefficient value | |
| int | pow |
| power of the polynomial term | |
| struct term * | next |
| pointer to the successive term | |
identifier for single-variable polynomial coefficients as a linked list