RFR: JDK-8294539: Augment discussion of equivlance relations on floating-point values

2022-09-29 Thread Joe Darcy
While the floating-point == operation is *not* an equivalence relation, there are useful equivalence relations that can be defined over floating-point values. Text is added to java.lang.Double to discuss and name those relations. - Commit messages: - JDK-8294539: Augment discussion

Re: RFR: JDK-8294539: Augment discussion of equivlance relations on floating-point values

2022-09-29 Thread John R Rose
On Thu, 29 Sep 2022 22:14:24 GMT, Joe Darcy wrote: > While the floating-point == operation is *not* an equivalence relation, there > are useful equivalence relations that can be defined over floating-point > values. Text is added to java.lang.Double to discuss and name those relations. src/jav