-
Bug
-
Resolution: Fixed
-
P1
-
1.0.2, 1.1
-
1.1
-
sparc
-
solaris_2.4
-
Not verified
Name: swC45995 Date: 10/07/96
In Solaris and Windows java uses different ways of printing NaN values.
Thus execution of the following test:
public class test
{
public static void main(String argv[])
{
System.out.println(NaN);
}
}
produces the following results:
in Solaris: Inf
in Windows: -1.#IND
======================================================================