MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / math_sqrt

Function math_sqrt

3rd/lua-5.4.3/src/lmathlib.c:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156static int math_sqrt (lua_State *L) {
157 lua_pushnumber(L, l_mathop(sqrt)(luaL_checknumber(L, 1)));
158 return 1;
159}
160
161
162static int math_ult (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushnumberFunction · 0.85
luaL_checknumberFunction · 0.85

Tested by

no test coverage detected