MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaV_modf

Function luaV_modf

extlibs/lua/src/lvm.c:753–757  ·  view source on GitHub ↗

** Float modulus */

Source from the content-addressed store, hash-verified

751** Float modulus
752*/
753lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) {
754 lua_Number r;
755 luai_nummod(L, m, n, r);
756 return r;
757}
758
759
760/* number of bits in an integer */

Callers 1

numarithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected