sbool notZero(Double d) { ret isNonZero(d); } sbool notZero(Long l) { ret isNonZero(l); }