Changes
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
end