sbool notNaN(double d) { ret !Double.isNaN(d); } sbool notNaN(float f) { ret !Float.isNaN(f); }