MCPcopy Create free account
hub / github.com/danomatika/ofxLua / luaV_modf

Function luaV_modf

libs/lua/lvm.c:758–762  ·  view source on GitHub ↗

** Float modulus */

Source from the content-addressed store, hash-verified

756** Float modulus
757*/
758lua_Number luaV_modf (lua_State *L, lua_Number m, lua_Number n) {
759 lua_Number r;
760 luai_nummod(L, m, n, r);
761 return r;
762}
763
764
765/* number of bits in an integer */

Callers 1

numarithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected