()
| 122 | |
| 123 | /// Returns true if this Float value is Not-a-Number (NaN). |
| 124 | public boolean isNaN(){ |
| 125 | return false; //TODO codavaj!! |
| 126 | } |
| 127 | |
| 128 | /// Returns true if the specified number is the special Not-a-Number (NaN) value. |
| 129 | public static boolean isNaN(float v){ |