Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void te_free(te_expr *n) {
119
if (!n) return;
120
te_free_parameters(n);
121
free(n);
122
}
123
124
125
static double pi(void) {return 3.14159265358979323846;}
Callers
9
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
Calls
2
te_free_parameters
Function · 0.85
free
Function · 0.50
Tested by
no test coverage detected