f",x) end -- round(x) or round(x,a) where a is the number of decimals function clamp(a,b,c) return M.min(M.max(a,b),c) end -- limit a between b and c ...
確定! 回上一頁