Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaV_modf
Function
luaV_modf
third-party/lua-5.5.0/src/lvm.c:804–808 ·
view source on GitHub ↗
** Float modulus */
Source
from the content-addressed store, hash-verified
802
** Float modulus
803
*/
804
lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) {
805
lua_Number r;
806
luai_nummod(L, m, n, r);
807
return r;
808
}
809
810
811
/* number of bits in an integer */
Callers
1
numarith
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected