Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void te_free(te_expr *n) {
135
if (!n) return;
136
te_free_parameters(n);
137
free(n);
138
}
139
140
141
static double pi(void) {return 3.14159265358979323846;}
Callers
11
te_free_parameters
Function · 0.85
base
Function · 0.85
power
Function · 0.85
factor
Function · 0.85
term
Function · 0.85
expr
Function · 0.85
list
Function · 0.85
te_compile
Function · 0.85
te_interp
Function · 0.85
Scaling
Method · 0.85
~BasicGenericFunctionUtility
Method · 0.85
Calls
1
te_free_parameters
Function · 0.85
Tested by
no test coverage detected