Module:MOS: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 162: | Line 162: | ||
ns = round(ns/d) | ns = round(ns/d) | ||
end | end | ||
local min_dist = 2; -- the distance we get will always be <= | local min_dist = 2; -- the distance we get will always be <= sqrt(2) | ||
local current_L, current_s = 0, 0 | local current_L, current_s = 0, 0 | ||
local result = {['L'] = 0, ['s'] = 0} | local result = {['L'] = 0, ['s'] = 0} | ||