Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
term Struct Reference

identifier for single-variable polynomial coefficients as a linked list More...

Collaboration diagram for term:
[legend]

Data Fields

int coef
 coefficient value
 
int pow
 power of the polynomial term
 
struct termnext
 pointer to the successive term
 

Detailed Description

identifier for single-variable polynomial coefficients as a linked list


The documentation for this struct was generated from the following file: