JDK 21 |
---|
21 b13Fixed |
Cloners :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
This change can include update the description in StrictMath: "These algorithms, which are written in the C programming language, are then to be understood as executed with all floating-point operations following the rules of Java floating-point arithmetic. " to include the mappings used during the transliteration: * C unsigned int => Java int, >> on unsigned C values replaced with >>>, comparison of unsigned values replaced with Integer.compareUnsigned. * Pointer aliasing or unions replaced with Double.doubleToRawLongBits and Double.longBitsToDouble.
|