[back] [prev] [next] [index] [root]

 


IsFFElt

Returns true iff the argument is of type "KANT finite field elt".

Syntax:

b := IsFFElt(a);

boolean
  b  
  a  

Description:

no detailed description available yet


Example:


kash> k := FF(2,4);
Finite field of size 2^4
kash> a := FFElt(k,9);
1
kash> IsFFElt(a);
> true


<- back[back] [prev] [next] [index] [root]