The TRUNC function does not round off but simply truncates a number as specified. ... =INT(-2.1) returns -3, because INT rounds down to the lower integer.
確定! 回上一頁