mod(n, d) = n mod d (the nonnegative remainder obtained when n is divided by d). div(n, d) = n div d (the integer quotient obtained when n is divided by d).
確定! 回上一頁