x div y x を y で割った商 x mod y x を y で割った余り igcd(a,b,...) a,b,... の最大公約数 ilcm(a,b,...) a,b,... の最小公倍数 n! (fact(n) と書いてもよい) n の階乗 binomial(n,r) 二項係数