Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ arith_pow
Function
arith_pow
extlibs/lua/src/lstrlib.c:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
static int arith_pow (lua_State *L) {
312
return arith(L, LUA_OPPOW,
"__pow"
);
313
}
314
315
static int arith_div (lua_State *L) {
316
return arith(L, LUA_OPDIV,
"__div"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.85
Tested by
no test coverage detected