MCPcopy 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
166static int math_sqrt (lua_State *L) {
167 lua_pushnumber(L, l_mathop(sqrt)(luaL_checknumber(L, 1)));
168 return 1;
169}
170
171
172static int math_ult (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushnumberFunction · 0.70
luaL_checknumberFunction · 0.70

Tested by

no test coverage detected