()
| 111 | |
| 112 | /// Returns true if this Double value is the special Not-a-Number (NaN) value. |
| 113 | public boolean isNaN(){ |
| 114 | return false; //TODO codavaj!! |
| 115 | } |
| 116 | |
| 117 | /// Returns true if the specified number is the special Not-a-Number (NaN) value. |
| 118 | public static boolean isNaN(double v){ |