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


setmod_ff

setmod_ff([prime|poly])
:: Sets/Gets the current base fields.
return
number or polynomial
prime
prime
poly
univariate polynomial irreducible over GF(2)
[174] defpoly_mod2(100);
x^100+x^15+1
[175] setmod_ff(@@);
x^100+x^15+1
[176] setmod_ff();
x^100+x^15+1
References
section defpoly_mod2


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