Float.isNaN -- is not a number

/** * NaN --not a number */ Float f1 = new Float(-1.0/0.0); Float f2 = new Float(0.0/0.0); /** * Infinity 無窮大 */ System.out.println(f1+"="+f1.isNaN()); /** * 0.0f/0.0f的值就是NaN,從數學角度說,0
相關文章
相關標籤/搜索