To test for a Clifford object's being zero, use is.zero()
.
Idiom such as x==0
will work irregardless, but sometimes one
might prefer the functional form for stylistic reasons.
To create the zero object ab initio, use
clifford(list(),numeric(0))
although note that scalar(0)
will work too.