Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ math_sqrt
Function
math_sqrt
third-party/lua-5.3.5/src/lmathlib.c:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
165
166
static int math_sqrt (lua_State *L) {
167
lua_pushnumber(L, l_mathop(sqrt)(luaL_checknumber(L, 1)));
168
return 1;
169
}
170
171
172
static int math_ult (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushnumber
Function · 0.70
luaL_checknumber
Function · 0.70
Tested by
no test coverage detected