Risultati della ricerca
Per ulteriori informazioni, vedi Aiuto:Ricerca.
Crea la pagina "Modulo:RoundN/sandbox" su questo progetto.
- up to {{#invoke:RoundN|N512}} = {{invoke:RoundN|main|columns = 9}} for columns = 1, 9 do local N = math.pow(2, columns) p['N' .. N] = function(frame)...27 KB (4 207 parole) - 01:17, 17 ago 2016
- getRoundName(round) local name = args['RD' .. round] if isnotblank(name) then return name end local roundFromLast = rounds - round + 1 if roundFromLast...25 KB (3 931 parole) - 00:47, 5 giu 2023
- n%s</div>%s', msg, cat) end -- Restituisce il numero arrotondato al numero di cifre decimali richiesto. -- http://lua-users.org/wiki/SimpleRound --...21 KB (2 901 parole) - 00:53, 27 mag 2024
- end end --[[ round Rounds a number to specified precision Usage: {{#invoke:Math | round | value | precision }} --]] function wrap.round(args) local...17 KB (2 635 parole) - 20:58, 9 ago 2022
- identifier. ["round"] = { ["0.5"] = "opt_round=0.5", -- round output value to nearest 0.5 ["0,5"] = "opt_round=0.5", -- round output value...21 KB (2 854 parole) - 16:04, 19 mag 2019
- ====================== -- Round to precision ---============================================================ function round(num, idp) local pow = idp...10 KB (1 313 parole) - 19:19, 26 nov 2017
- require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map...19 KB (2 721 parole) - 11:26, 25 ott 2022
- n%s</div>%s', msg, cat) end -- Restituisce il numero arrotondato al numero di cifre decimali richiesto. -- http://lua-users.org/wiki/SimpleRound --...19 KB (2 672 parole) - 22:48, 18 nov 2022
- (space .. ret) or '' end -- http://lua-users.org/wiki/SimpleRound local function round(num, idp) local mult = 10 ^ (idp or 0) return math.floor(num...28 KB (3 592 parole) - 12:48, 13 ott 2025
- tRows[nRowNum] and tRows[nRowNum].nDate then local nDiff = nTime - tRows[nRowNum].nDate if nDiff > -nTol then if nDiff < nTol then if bAll then...30 KB (4 124 parole) - 23:39, 16 feb 2022
- transform = { { type = "formula", field = "population", expr = "round(datum.population)" }, { type = "sort", by = "year" } }, values...6 KB (674 parole) - 22:45, 18 nov 2022
- transform = { { type = "formula", field = "population", expr = "round(datum.population)" }, { type = "sort", by = "year" } }, values...9 KB (1 065 parole) - 11:26, 25 ott 2022
- (space .. ret) or '' end -- http://lua-users.org/wiki/SimpleRound local function round(num, idp) local mult = 10 ^ (idp or 0) return math.floor(num...27 KB (3 476 parole) - 10:55, 24 ott 2022
- arguments with two decimals ]] local function round (n) return math.floor(100 * n + 0.5) / 100 -- round argument to two decimals end ...55 KB (8 007 parole) - 16:04, 11 giu 2025
- data_module, text_module local sandbox = config.sandbox and ('/' .. config.sandbox) or '' data_module = "Module:Convert/data" .. sandbox text_module = "Module:Convert/text"...132 KB (20 743 parole) - 17:24, 18 mag 2019
- title="Bonus">B</abbr>' local rw_head_text = Args['rw_header'] or '<abbr title="Round vinti">RV</abbr>' local loss_first = Args['loss_before_draw'] or Args['loss_before_tie']...22 KB (3 683 parole) - 00:12, 13 ott 2021
- local p = {} local cfg = mw.loadData( 'Module:Graph/sandbox/Configurazione' ); local getArgs = require('Module:Arguments').getArgs local errors = { }...33 KB (4 331 parole) - 16:11, 17 ago 2020
- data_module, text_module local sandbox = config.sandbox and ('/' .. config.sandbox) or '' data_module = "Module:Convert/data" .. sandbox text_module = "Module:Convert/text"...132 KB (20 743 parole) - 21:49, 16 feb 2023
- zero = false, -- do not include zero value nice = true, -- force round numbers for y scale ___domain = { data = "chart", field = "x" } } if args...36 KB (4 794 parole) - 22:34, 5 ago 2024
- ["CANCELCOPY"]= "Copyright-problem.svg", ["CANCELLA SUBITO"]= "Dialog-error-round.svg", ["CANCELLAZIONE"]= "User-trash-full-4.svg", ["CATEGORIZZARE"]=...82 KB (9 486 parole) - 23:01, 23 ott 2022
- make_sigfig(outvalue, parms.sigfig) elseif parms.opt_round then local n = parms.opt_round if n == 0.5 then local integer, fracpart = math.modf(floor(2