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 20:44, 15 April 2018
112 bytes added
,
6 years ago
no edit summary
Line 122:
Line 122:
table.sort(result)
table.sort(result)
return result
return result
+
end
+
+
-- * Number functions.
+
+
function Utils.round(x)
+
return x % 2 ~= 0.5 and math.floor(x + 0.5) or x - 0.5
end
end
がか
cssedit, gkautomate
7,064
edits