• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
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
6,928

edits

Navigation menu