Definition in file Polynomial.cpp.
#include "mc/mcprec.h"
#include <wx/tokenzr.h>
#include "mc/Polynomial.h"
#include "mc/Monomial.h"
#include "mc/MathUtils.h"
#include "mc/Bracket.h"
#include "mc/Number.h"
#include "mc/Fraction.h"
#include "mc/Parenthesis.h"
#include "mc/Symbol.h"
Include dependency graph for Polynomial.cpp:
Go to the source code of this file.
Functions | |
mcIMPLEMENT_MAIN_CLASS (mcPolynomial, mcElementArray) | |
mcPolynomial | mcEmptyPolynomial ((mcPolynomialHelpers *) NULL) |
bool | isPolynomialOkay (const mcElement &p) |
Performs some checks on the given pointer which is assumed to be one of the mcPolynomial elements. |
|
Performs some checks on the given pointer which is assumed to be one of the mcPolynomial elements.
Definition at line 92 of file Polynomial.cpp. References mcET_ADDOP, mcET_MONOMIAL, and mcET_SUBOP. |
|
|
|
|
[ Top ] |