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

MathMng.cpp File Reference


Detailed Description

Implements the mcMathMng class.

Author:
Francesco Montorsi
Date:
20-9-2002

Definition in file MathMng.cpp.

#include "mc/mcprec.h"
#include <wx/dcscreen.h>
#include "mc/MathMng.h"
#include "mc/Monomial.h"
#include "mc/Number.h"
#include "mc/Symbol.h"

Include dependency graph for MathMng.cpp:

Go to the source code of this file.

Defines

#define WRAP_MONOMIAL(fncname)


Define Documentation

#define WRAP_MONOMIAL fncname   ) 
 

Value:

mcPolynomial pol;          \
 pol.data_AddNewMonomial(mon, -1, TRUE);     \
 fncname(pol);

Definition at line 1594 of file MathMng.cpp.

Referenced by mcMathMngHelpers::math_DivideBy(), and mcMathMngHelpers::math_MultiplyBy().



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

[ Top ]