Mathematic Expressions Library  0.1
The core math data structures and manipulators
value Struct Reference

Represents a numeric value or an error. More...

#include <types.h>

Collaboration diagram for value:
Collaboration graph

Data Fields

enum value_types type
 
union value_data data
 

Detailed Description

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.

Field Documentation

◆ data

union value_data data

◆ type

enum value_types type

The documentation for this struct was generated from the following file: