![]() |
EMath++
Classes for mathematical concepts
|
▼Nefc | Englobes all the classes and functions of the emath text user interface |
CApplication | Class that contains the application inner logic |
CIWindow | Window class extension for input |
CLexer | Class that works as a token supplier for the Parser class |
COWindow | Window class extension for output |
CParser | Class that wraps a std::string and parses it as a number or as a operation |
CPlane | Plane class to draw a function in the Cartesian plane |
CStorage | Storage class to read and write to a file |
CTerminal | Terminal class to manage the terminal through curses |
CToken | Struct for representing a token as a type and a value |
CWindow | Generic class for wrapping a curses WINDOW |
▼Nemth | Englobes all the classes and functions of the emath library |
CArithmetic | Class with some functions for arithmetic math |
CMonomial | Class for representing and operating monomials |
CPolynomial | Class for representing and operating polynomials |
▼Nemthp | Englobes all the classes and functions of the parser |
CLexer | Class that works as a token supplier for the Parser class |
CParser | Class that wraps a std::string and parses it as a Monomial or as a Polynomial |
CToken | Struct for representing a token as a type and a value |