amath
1.8.5
Simple command line calculator
|
CAboutStatement | Show about text |
CAbsoluteFunctionNode | |
CAbsoluteNode | |
CAdditionNode | |
CAnsiConoleEngine | ANSI console controller |
CArcChordNode | An inverse chord function in a syntax tree |
CArcCosecantNode | A arccosecant function in a syntax tree |
CArcCosineNode | A arccosine function in a syntax tree |
CArcCotangentNode | A arccotangent function in a syntax tree |
CArcCoversedCosineNode | An inverse coversed cosine function in a syntax tree |
CArcCoversedSineNode | An inverse coversed sine function in a syntax tree |
CArcExcosecantNode | An inverse excosecant function in a syntax tree |
CArcExsecantNode | An inverse exsecant function in a syntax tree |
CArcHaCoversedCosineNode | An inverse hacoversed cosine function in a syntax tree |
CArcHaCoversedSineNode | An inverse hacoversed sine function in a syntax tree |
CArcHaVersedCosineNode | An inverse haversed cosine function in a syntax tree |
CArcHaVersedSineNode | An inverse haversed sine function in a syntax tree |
CArcSecantNode | A arcsecant function in a syntax tree |
CArcSineNode | A arcsine function in a syntax tree |
CArcTangentNode | A arctangent function in a syntax tree |
CArcVersedCosineNode | An inverse versed cosine function in a syntax tree |
CArcVersedSineNode | An inverse versed sine function in a syntax tree |
CAssignmentNode | |
CBigInt | |
CBinaryLogNode | A binary logarithm function in a syntax tree |
CCeilingNode | A ceiling function in a syntax tree |
CCharBuffer | Encapsulate an character array which can be used as a string |
CCharValidator | |
CChordNode | A chord function in a syntax tree |
CClearStatement | Clear the console window |
Ccomplex | |
CComplexiNode | Use of the square root of -2 in a syntax tree |
CComplexNumber | Represent a complex number with 2 components of 15 significant digits |
CConsoleBase | Abstract base class encapsulating console logic |
CCosecantNode | A cosecant function in a syntax tree |
CCosineNode | A cosine function in a syntax tree |
CCotangentNode | A cotangent function in a syntax tree |
CCoversedCosineNode | A coversed cosine function in a syntax tree |
CCoversedSineNode | A coversed sine function in a syntax tree |
CCubeRootNode | A cube root function in a syntax tree |
CDecimalSystem | |
CDeleteStatement | Delete variable or function |
CDigitsStatement | Set number of significant digits to show |
CDivisionNode | |
CDrawStatement | |
CEmptyStatement | An empty statement |
CErrorNode | Represents an error message encapsulated in a syntax tree |
CEulersNumberNode | Use of Euler's number in a syntax tree |
CEvalStatement | Evaluate arithmetic expression |
CEvaluator | |
CExcosecantNode | A excosecant function in a syntax tree |
CExecuteStatement | |
CExitStatement | Exit program |
CExpressionNode | Base class for all nodes related to mathematical expressions |
CExsecantNode | A exsecant function in a syntax tree |
CFactorialNode | |
CFilesystemBase | Abstract base class encapsulating file system calls |
CFloatUnion64 | |
CFloorNode | A floor function in a syntax tree |
Cfunctiondef | Function definitions of known mathematical functions |
CFunctionDefinitionNode | A syntax node able to define a user defined function |
CFunctionList | A list of user defined functions |
CFunctionNode | Represents a mathematical function in a syntax tree |
CGrid | |
CHaCoversedCosineNode | A hacoversed cosine function in a syntax tree |
CHaCoversedSineNode | A hacoversed sine function in a syntax tree |
CHaVersedCosineNode | A haversed cosine function in a syntax tree |
CHaVersedSineNode | A haversed sine function in a syntax tree |
CHelpStatement | Logic related to the help statement |
Chelptextdef | |
CHyperbolicArcCosecantNode | An inverse hyperbolic cosecant function in a syntax tree |
CHyperbolicArccosineNode | An inverse hyperbolic cosine function in a syntax tree |
CHyperbolicArcCotangentNode | An inverse hyperbolic cotangent function in a syntax tree |
CHyperbolicArcSecantNode | An inverse hyperbolic secant function in a syntax tree |
CHyperbolicArcsineNode | An inverse hyperbolic sine function in a syntax tree |
CHyperbolicArctangentNode | An inverse hyperbolic tangent function in a syntax tree |
CHyperbolicCosecantNode | A hyperbolic cosecant function in a syntax tree |
CHyperbolicCosineNode | A hyperbolic cosine function in a syntax tree |
CHyperbolicCotangentNode | A hyperbolic cotangent function in a syntax tree |
CHyperbolicSecantNode | A hyperbolic secant function in a syntax tree |
CHyperbolicSineNode | A hyperbolic sine function in a syntax tree |
CHyperbolicTangentNode | A hyperbolic tangent function in a syntax tree |
Cidentalias | |
Cidenthelpdef | |
CInputStatement | Change numeral input system |
CInsVariableNode | Use of last result in a syntax tree |
Ckeyworddef | Character representation of keyword tied with its symbol |
CLanguage | |
CLexer | Encapsulates an lexical analyzer. Provides token for the parser |
CLicenseStatement | Show license text |
CListFunctionsStatement | A syntax node able to list all user defined functions |
CListStatement | |
CListVariablesStatement | Statement to list all user defined variables |
CLnRootNode | A natural logarithm function in a syntax tree |
CLoadStatement | |
CLogNode | A logarithm function in a syntax tree |
CMemoryBlock | Block of allocated memory |
CMemoryList | List of allocated memory. Uses the LIFO principle |
CMemoryStatement | Show memory usage |
CMultiplicationNode | |
CNonNumber | Represent a number which does not exists |
CNumber | |
CNumeralSystem | Base class for all numeral systems |
CNumericOperator | |
CNumericValueNode | Use of a numeric value in a syntax tree |
Coperatordef | Character definition of operators |
COptimizer | |
COutputStatement | Change numeral output system |
CParser | Encapsulates a recursive descent parser |
CPiNode | Use of PI in a syntax tree |
CPlotStatement | |
CPositionalNumeralSystem | Base class for all numeral systems with a positional notation |
CPowerNode | |
CPreferencesBase | |
CPrefsStatement | Load or save preferences |
CProgram | Master control class |
CPromptStatement | Set prompt string |
CRealNumber | Represent a real number with 15 significant digits |
CRoundNode | A rounding function in a syntax tree |
CSaveStatement | |
CSecantNode | A secant function in a syntax tree |
CShowStatement | |
CSignumNode | A signum function in a syntax tree |
CSilentStatement | Mutes the output of another statement |
CSineNode | A sine function in a syntax tree |
CSquareRootNode | A cube root function in a syntax tree |
CStandardConsole | Encapsulates the IO of a Standard C console |
CStandardFilesystem | |
CStandardLanguage | |
CStandardPreferences | |
CStandardProgram | |
CStatementBlockElement | Used to create a linked list of statements |
CStatementBlockNode | A sequence of statements in a syntax tree |
CStatementNode | Base class for all statements in a syntax tree |
CSubtractionNode | |
CSyntaxNode | Base class for all nodes in a syntax tree |
CTangentNode | A tangent function in a syntax tree |
CTestProgram | Test control class |
Ctextdef | |
Ctexttag | |
CToken | Tokens are created by the Lexical Analyzer and provides an intermediate state for input consumed by the parser |
CTruncNode | A truncation function in a syntax tree |
CUnaryNode | |
CUserFunction | A user defined function |
CUserFunctionNode | An expression node able to compute a function value |
CVariable | A user defined variable |
CVariableList | A list of user defined variables |
CVariableNode | Use of a variable in a syntax tree |
CVersedCosineNode | A versed cosine function in a syntax tree |
CVersedSineNode | A versed sine function in a syntax tree |
CVersionStatement | Show version string |