Syntax a mod b Description a mod b returns the signed remainder after division: a mod b = a - trunc(a / b) *b Examples a b a mod b 10 5 0 9.9 5 4.9 -8 2 0 ...
確定! 回上一頁