Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
static int math_sqrt (lua_State *L) {
157
lua_pushnumber(L, l_mathop(sqrt)(luaL_checknumber(L, 1)));
158
return 1;
159
}
160
161
162
static int math_ult (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushnumber
Function · 0.85
luaL_checknumber
Function · 0.85
Tested by
no test coverage detected