Módulo:Math: diferenças entre revisões
Conteúdo apagado Conteúdo adicionado
Atualização (réplica de en:Special:Diff/550982076/586599224): insere função para mdc ("gcd"), uma função mod, altera funções existentes para dar acesso em Lua sem chamar um objeto frame, usa Módulo:Arguments p/ processar, etc... |
Réplica de en:Special:Diff/603693243: frame:preprocess --> frame:callParserFunction (en:Module talk:Math#Protected edit request on 8 April 2014) |
||
Linha 492:
if number == nil then
local frame = mw.getCurrentFrame()
local attempt = frame:
attempt = tonumber(attempt)
if attempt ~= nil then
|