Mathematic Expressions Library
0.1
The core math data structures and manipulators
|
Represents a numeric value or an error. More...
#include <types.h>
Data Fields | |
enum value_types | type |
union value_data | data |
Represents a numeric value or an error.
This is the structure that abstractly represents numeric values including undefined values and errors they may be associated with.
union value_data data |
enum value_types type |