m != n % [mod d] <=> m differs from n modulo d (boolean version). d %| m <=> d divides m. gcdn m n == the GCD of m and n. egcdn m n == the extended GCD (Bezout ...
確定! 回上一頁