Go to the first, previous, next, last section, table of contents.


setmod

setmod([p])
:: 有限体を GF(p) に設定する.
return
整数
n
2^27 未満の素数
[0] A=dp_mod(dp_ptod(2*x,[x]),3,[]);
(2)*<<1>>
[1] A+A;
addmi : invalid modulus
return to toplevel
[1] setmod(3);
3
[2] A+A;
(1)*<<1>>
参照
section dp_mod, dp_rat, section 数の型.


Go to the first, previous, next, last section, table of contents.