|
Go to the first, previous, next, last section, table of contents.
- characteristic_ff()
-
:: 設定されている体の標数
- return
-
整数
-
設定されている体の標数を返す.
-
GF(p) の場合 p, GF(2^n) の場合 2 を返す.
[0] characteristic_ff();
characteristic_ff : current_ff is not set
return to toplevel
[0] setmod_ff(3);
3
[1] characteristic_ff();
3
[2] setmod_ff(x^2+x+1);
x^2+x+1
[3] characteristic_ff();
2
- 参照
-
section
setmod_ff
Go to the first, previous, next, last section, table of contents.
|