Definition in file MathCore.cpp.
#include "mc/mcprec.h"
#include "mc/MathCore.h"
#include "mc/EmptyBox.h"
#include "mc/Number.h"
#include "mc/Bracket.h"
#include "mc/Fraction.h"
#include "mc/Function.h"
#include "mc/Radical.h"
#include "mc/Text.h"
#include "mc/Symbol.h"
#include "mc/Operator.h"
#include "mc/AddSubOp.h"
#include "mc/MultDivOp.h"
#include "mc/Monomial.h"
#include "mc/MathMng.h"
#include "mc/Parenthesis.h"
#include "mc/PolySolver.h"
#include "mc/BisectSolver.h"
#include "mc/GenericSolver.h"
Include dependency graph for MathCore.cpp:
Go to the source code of this file.
Defines | |
#define | mcSAFE_ADD(x) |
|
Value: { mcSolver *toadd = new x(); \ if (!arrSolvers.math_Add(toadd)) \ delete toadd; } Definition at line 386 of file MathCore.cpp. Referenced by mcMathCore::LoadDefaultSolvers(). |
[ Top ] |