EMath++
Classes for mathematical concepts
Loading...
Searching...
No Matches
emath.cpp File Reference

This is the main source file for the mathematical equation operations. More...

#include "emath.h"
+ Include dependency graph for emath.cpp:

Go to the source code of this file.

Detailed Description

This is the main source file for the mathematical equation operations.

This file implements the functions declared in emath.h.
It consists of two classes, the Monomial class and the Polynomial class.
The Monomial class implements all the functions, operators, and properties for representing and operating monomials.
The Polynomial class implements all the functions, operators, and properties for representing and operating polynomials.

Definition in file emath.cpp.