Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 10:
function p.precision(frame)
return math_module._precision(frame.args[1])
end
function p.height(frame)
local prec = math_module._precision(frame.args[1])
local adj = (prec == 1) and 'ri3' or 'ri2'
return adj
end
|