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

 


FFEltIsZero

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

Syntax:

b := FFEltIsZero(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,0);
0
kash> FFEltIsZero(a);
> true


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