Open main menu

Changes

Module:Math

158 bytes removed, 20:37, 21 February 2013
can't work due to prehandling by #expr, simplify
local lang = mw.getContentLanguage();
local value_string value = tonumber( frame.args[1] or '0' ) local value = tonumber( value_string );
local precision = tonumber( frame.args[2] or 0 );
local current_precision = z._precision( value );
-- some circumstances because the terminal digits will be inaccurately reported.
if order + precision >= 14 then
local orig_precision = z._precision( value_string ); if order + orig_precision >= 14 then precision = 13 - order; end
end
Anonymous user