Modulo:Infobox nave: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
r |
fix round |
||
Riga 27:
local function round_auto(num)
local base = math.floor(math.log10(math.abs(num))-1)
return round(num, -base)
end
|
r |
fix round |
||
Riga 27:
local function round_auto(num)
local base = math.floor(math.log10(math.abs(num))-1)
return round(num, -base)
end
|