amath  1.8.5
Simple command line calculator
values.h File Reference

Application logic tied to numbers and values. More...

#include "nodes.h"
#include "lib/numb.h"
#include "statement/node.h"
Include dependency graph for values.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VariableList
 A list of user defined variables. More...
 
class  Variable
 A user defined variable. More...
 
class  ListVariablesStatement
 Statement to list all user defined variables. More...
 
class  VariableNode
 Use of a variable in a syntax tree. More...
 
class  InsVariableNode
 Use of last result in a syntax tree. More...
 
class  NumericValueNode
 Use of a numeric value in a syntax tree. More...
 
class  EulersNumberNode
 Use of Euler's number in a syntax tree. More...
 
class  PiNode
 Use of PI in a syntax tree. More...
 
class  ComplexiNode
 Use of the square root of -2 in a syntax tree. More...
 

Detailed Description

Application logic tied to numbers and values.

Definition in file values.h.