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.4.6/src/lvm.c:766–770 ·
view source on GitHub ↗
** Float modulus */
Source
from the content-addressed store, hash-verified
764
** Float modulus
765
*/
766
lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) {
767
lua_Number r;
768
luai_nummod(L, m, n, r);
769
return r;
770
}
771
772
773
/* number of bits in an integer */
Callers
1
numarith
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected