Module:Val: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 57:
if not e_10 and units then
unc = unc..units
end
if uncertainty.errend then
unc = unc..errend
end
unc = unc..'</span>'
else
unc = '('..delimit(uncU_n,fmt)..')'
end
if not e_10 and units then
unc = unc..errendunits
end
end
end
 
if not e_10 and units and not mw.ustring.match(uncU,('%((.+)%)')) then
n = n..units
end