MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / _parameter

Class _parameter

express.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138} FUN;
139
140typedef 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
146typedef struct _AstroexpressionInternal {
147 TRIE rgsTrieFun; // Trie tree of tokens for AstroExpression parsing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected