Returns TRUE if range of the argument includes 0 and FALSES if not.
zerofind(fmat)
fmat
A logical value TRUE or FALSE.
range
zerofind(1:5) # FALSE zerofind(0:3) # TRUE