mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8320940: Fix typo in java.lang.Double
Reviewed-by: rriggs, iris, shade, lancea, bpb
This commit is contained in:
parent
43c7f6a673
commit
d783aa31a9
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
|
|||
* equivalent of 15 to 17 digits of decimal precision. (The
|
||||
* equivalent precision varies according to the different relative
|
||||
* densities of binary and decimal values at different points along the
|
||||
* real number line).
|
||||
* real number line.)
|
||||
*
|
||||
* <p>This representation hazard of decimal fractions is one reason to
|
||||
* use caution when storing monetary values as {@code float} or {@code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue