| 
    Mathematic Expressions Library
    0.1
    
   The core math data structures and manipulators 
   | 
 
Expression data container. More...
#include <expression.h>

Data Fields | |
| value_t | val | 
| Value for EXP_VALUE type.  More... | |
| struct expression_data_tree | tree | 
| Data for EXP_TREE type.  More... | |
| sym_t | sym | 
| Data for EXP_SYMBOLIC type.  More... | |
Expression data container.
This union allows for the use of all the different expression data containers that corresponding to each expression_type.
| struct expression_data_tree tree | 
Data for EXP_TREE type.
| value_t val | 
Value for EXP_VALUE type.