MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / te_free

Function te_free

external_libraries/tinyexpr/tinyexpr/tinyexpr.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void te_free(te_expr *n) {
135 if (!n) return;
136 te_free_parameters(n);
137 free(n);
138}
139
140
141static double pi(void) {return 3.14159265358979323846;}

Callers 11

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
ScalingMethod · 0.85

Calls 1

te_free_parametersFunction · 0.85

Tested by

no test coverage detected