Steppable 0.0.1
A CAS project written from scratch in C++
|
Nsteppable | The public namespace for the Steppable library |
N__internals | The namespace containing internal functions for the Steppable library |
Ncalc | The namespace containing number calculating functions for the Steppable library |
Ncalculus | Contains calculus functions |
Nformat | Contains string formatting utilities |
Nlogging | The logging namespace contains classes and functions for logging. The logging namespace contains the Logger class, which provides logging functionality, including logging messages at different levels, such as error, warning, info, and debug. It writes the log messages to a specified log file |
Nmatrix | |
NnumUtils | Utilities to operate numbers |
Nparameter | Contains the parameter utilities to allow named parameters to be passed into functions |
NstringUtils | Utilities to operate strings |
Nsymbols | The namespace containing various unicode symbols |
NBoxDrawing | Defines easy ascess to Unicode box-drawing characters |
Nutils | The namespace containing utility functions for the Steppable library |
Ncolors | A namespace containing functions to set the text color in an output stream |
NcolorsBg | A namespace containing functions to set the background color in an output stream |
Nformats | A namespace containing functions to set the text format in an output stream |
Nconcepts | Defines concepts to be used for distinguishing types in the project |
Nconstants | Numerical constants used in Steppable |
Nexceptions | Contains Steppable exceptions |
Ngraphing | Graphing utilities for showing graphs in the console |
N__internals | Graphing utilities for showing graphs in the console |
Nanonymous_namespace{conPlot.cpp} | |
NGraphDot | Contains string values of dots to be graphed on the screen |
Ninspect | |
Nliterals | Literal suffixes for literals to be converted to Steppable objects |
Nlocalization | The namespace for the localization utilities |
Noutput | Message-printing utilities for Steppable |
NprettyPrint | The namespace containing utilities for pretty printing |
Nprinters | The custom-implemented printer engines for outputting expressions |
Ntesting | Includes testing utilities for Steppable |
Ntypes | The namespace containing types used in the steppable calculator |