Mathematic Expressions Library
0.1
The core math data structures and manipulators
|
Expression data container for the expanded expression. More...
#include <expression.h>
Data Fields | |
char | op |
The joining operation of the two two sub expressions. More... | |
expression_t | left |
Left sub-expression. More... | |
expression_t | right |
Right sub-expression. More... | |
Expression data container for the expanded expression.
Expanded tree expressions are composed of an operation that joins a left sub-expression and a right rub-expression.
expression_t left |
Left sub-expression.
char op |
The joining operation of the two two sub expressions.
expression_t right |
Right sub-expression.