Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaL_optnumber
Function
luaL_optnumber
lib/lua/src/lauxlib.c:432–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
431
432
LUALIB_API lua_Number luaL_optnumber (lua_State *L, int arg, lua_Number def) {
433
return luaL_opt(L, luaL_checknumber, arg, def);
434
}
435
436
437
static void interror (lua_State *L, int arg) {
Callers
1
math_atan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected