Modulo:Infobox nave: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix gestione errori, ulteriori commenti |
fix autoround |
||
Riga 30:
---============================================================
local function round_auto(num)
local base = - math.floor(math.log10(math.abs(num))
if base < -3 then base = -3 end
return round(num,
end
|