2,875
edits
(Remove unused functions (that shouldn't be used from a template)) |
(Remove deprecated function) |
||
Line 257: | Line 257: | ||
--Adds commas | --Adds commas | ||
function p.round(val, maxDigits, minDigits) | function p.round(val, maxDigits, minDigits) | ||
return numModule.round(val, maxDigits, minDigits) | return numModule.round(val, maxDigits, minDigits) |
edits