MCPcopy Create free account
hub / github.com/crownengine/crown / te_free

Function te_free

3rdparty/tinyexpr/tinyexpr.c:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118void te_free(te_expr *n) {
119 if (!n) return;
120 te_free_parameters(n);
121 free(n);
122}
123
124
125static double pi(void) {return 3.14159265358979323846;}

Callers 9

te_free_parametersFunction · 0.85
baseFunction · 0.85
powerFunction · 0.85
factorFunction · 0.85
termFunction · 0.85
exprFunction · 0.85
listFunction · 0.85
te_compileFunction · 0.85
te_interpFunction · 0.85

Calls 2

te_free_parametersFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected