The following function rounds a number to the given number of decimal places. function round(num, numDecimalPlaces) local mult = 10^( ...
確定! 回上一頁