Mathematic Expressions Library
0.1
The core math data structures and manipulators
|
A named symbol type. More...
#include <symbolic.h>
Data Fields | |
char | name [SYMBOLIC_NAME_SIZE] |
The symbol name. More... | |
struct expression * | p |
The symbol parameter. More... | |
A named symbol type.
A symbol can refer to a variable or function. The field p is NULL when no parameter exists.
char name[SYMBOLIC_NAME_SIZE] |
The symbol name.
struct expression* p |
The symbol parameter.