Gadget
|
Go to the source code of this file.
Classes | |
class | Formula |
This is the class used to calculate the value of the variables used in the model simulation. More... | |
Enumerations | |
enum | FormulaType { CONSTANT = 1 , PARAMETER , FUNCTION } |
enum | FunctionType { NONE = 1 , MULT , DIV , PLUS , MINUS , SIN , COS , LOG , EXP , LOG10 , POWER , SQRT , RAND , LESS , GREATER , EQUAL , AND , OR , NOT , ABS , IF , PI } |
enum FormulaType |
enum FunctionType |