Google

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


field_order_ff

field_order_ff()
:: 設定されている基礎体の位数
return
整数
  • 設定されている基礎体の位数 (元の個数) を返す.
  • 設定されている体が GF(q) ならば q を返す.
[0] field_order_ff();
field_order_ff : current_ff is not set
return to toplevel
[0] setmod_ff(3);
3
[1] field_order_ff();
3
[2] setmod_ff(x^2+x+1);
x^2+x+1
[3] field_order_ff();
4
参照
section setmod_ff


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