Module:Math: Difference between revisions

Jump to navigation Jump to search
input check
en>Dragons flight
No edit summary
en>Dragons flight
(input check)
Line 122:
local value = tonumber( frame.args[1] or 0 );
local precision = tonumber( frame.args[2] or 0 );
-- Check for non-numeric input
if value == nil or precision == nil then
return 'Formatting error: invalid input when rounding'
end
local current_precision = z._precision( value );
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu