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

A named symbol type. More...

#include <symbolic.h>

Collaboration diagram for sym:
Collaboration graph

Data Fields

char name [SYMBOLIC_NAME_SIZE]
 The symbol name. More...
 
struct expressionp
 The symbol parameter. More...
 

Detailed Description

A named symbol type.

A symbol can refer to a variable or function. The field p is NULL when no parameter exists.

Field Documentation

◆ name

char name[SYMBOLIC_NAME_SIZE]

The symbol name.

◆ p

struct expression* p

The symbol parameter.


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