[back] [prev] [next] [index] [root]
b := FFEltIsZero(a);
b
a
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]