trunc for numbers in the integer range; this is equivalent to Math.floor only for positive numbers in the integer range. Examples: ~~1.3 = 1 ~~- ...
確定! 回上一頁