MCPcopy Create free account
hub / github.com/MiKTeX/miktex / lua_pushnumber

Function lua_pushnumber

Libraries/3rd/lua53/source/src/lapi.c:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {
459 lua_lock(L);
460 setfltvalue(L->top, n);
461 api_incr_top(L);
462 lua_unlock(L);
463}
464
465
466LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {

Callers 15

luaB_collectgarbageFunction · 0.70
math_absFunction · 0.70
math_sinFunction · 0.70
math_cosFunction · 0.70
math_tanFunction · 0.70
math_asinFunction · 0.70
math_acosFunction · 0.70
math_atanFunction · 0.70
pushnumintFunction · 0.70
math_fmodFunction · 0.70
math_modfFunction · 0.70
math_sqrtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected