Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Core
(view source)
Revision as of 04:27, 15 January 2020
66 bytes added
,
4 years ago
no edit summary
Line 16:
Line 16:
function Utils.round(x)
function Utils.round(x)
return math.floor(x + 0.5)
return math.floor(x + 0.5)
+
end
+
+
function Utils.divMod(x, y)
+
return math.floor(x / y), x % y
end
end
がか
cssedit, gkautomate
7,064
edits