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