openGPMP
Open Source Mathematics Package
|
Represents a term in a polynomial. More...
#include <differential.hpp>
Public Member Functions | |
Term (double coef, int exp) | |
Constructs a Term with given coefficient and exponent. More... | |
Public Attributes | |
double | coefficient |
int | exponent |
Represents a term in a polynomial.
Definition at line 50 of file differential.hpp.
|
inline |
Constructs a Term with given coefficient and exponent.
coef | The coefficient of the term |
exp | The exponent of the term |
Definition at line 60 of file differential.hpp.
double gpmp::Term::coefficient |
Coefficient of the term
Definition at line 52 of file differential.hpp.
int gpmp::Term::exponent |
Exponent of the term
Definition at line 53 of file differential.hpp.