is(equal(0b0,0)) error



is(equal(0b0,0)) gives a Lisp error.  Shouldn't this work?

If not, what is the correct way to test for 0 (either float or bfloat zero)?

Ray