Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Polynomial.cpp File Reference


Detailed Description

Implements the mcPolynomial class.

Author:
Francesco Montorsi
Date:
20-9-2002

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.


Function Documentation

bool isPolynomialOkay const mcElement p  ) 
 

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.

mcPolynomial mcEmptyPolynomial (mcPolynomialHelpers *)  NULL  ) 
 

mcIMPLEMENT_MAIN_CLASS mcPolynomial  ,
mcElementArray 
 



Documentation generated with Doxygen on Sun Feb 6 17:11:58 2005
Visit MathStudio home page for more info

[ Top ]