MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / luaV_idiv

Function luaV_idiv

CPPScripts/External/Lua/lvm.c:718–730  ·  view source on GitHub ↗

** Integer division; return 'm // n', that is, floor(m/n). ** C division truncates its result (rounds towards zero). ** 'floor(q) == trunc(q)' when 'q >= 0' or when 'q' is integer, ** otherwise 'floor(q) == trunc(q) - 1'. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

intarithFunction · 0.85

Calls 1

luaG_runerrorFunction · 0.85

Tested by

no test coverage detected