--- old/src/java.base/share/classes/java/lang/Float.java 2017-05-05 15:25:38.111212778 -0700 +++ new/src/java.base/share/classes/java/lang/Float.java 2017-05-05 15:25:37.983207188 -0700 @@ -256,9 +256,12 @@ * * * - * + *
* + * * + * + * * * * @@ -273,6 +276,7 @@ * * * + * *
Examples
Floating-point ValueHexadecimal String
{@code 1.0} {@code 0x1.0p0}
{@code -1.0} {@code -0x1.0p0}
{@code 2.0} {@code 0x1.0p1}{@code 0x0.fffffep-126}
{@code Float.MIN_VALUE}{@code 0x0.000002p-126}
* @param f the {@code float} to be converted. * @return a hex string representation of the argument.