| 138 | } FUN; |
| 139 | |
| 140 | typedef struct _parameter { |
| 141 | int n; // Integer value (if !fReal) |
| 142 | real r; // Real value (if fReal) |
| 143 | flag fReal; // Whether parameter is real or integer |
| 144 | } PAR; |
| 145 | |
| 146 | typedef struct _AstroexpressionInternal { |
| 147 | TRIE rgsTrieFun; // Trie tree of tokens for AstroExpression parsing |
nothing calls this directly
no outgoing calls
no test coverage detected