EMath++
Classes for mathematical concepts
|
Englobes all the classes and functions of the emath library. More...
Classes | |
class | Arithmetic |
Class with some functions for arithmetic math. More... | |
class | Monomial |
Class for representing and operating monomials. More... | |
class | Polynomial |
Class for representing and operating polynomials. More... | |
Englobes all the classes and functions of the emath library.
The emth namespace contains three classes: Arithmetic, Monomial and Polynomial. The first contains functions for arithmetic operations. The last two are wrappers on abstract algebraic concepts.