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