Re: RFR: 8343819: Link Float.NaN and Double.NaN to equivalence discussion in Double

2024-11-08 Thread Joe Darcy
On Fri, 8 Nov 2024 10:10:28 GMT, Eirik Bjørsnøs wrote: > Please review this doc-only enhancement which links the word _equivalent_ in > `Float.NaN` and `Double.NaN` constant field descriptions to the > floating-point equivalence discussion in `Double`. > >> It is equivalent to the value retu

RFR: 8343819: Link Float.NaN and Double.NaN to equivalence discussion in Double

2024-11-08 Thread Eirik Bjørsnøs
Please review this doc-only enhancement which links the word _equivalent_ in `Float.NaN` and `Double.NaN` constant field descriptions to the floating-point equivalence discussion in `Double`. > It is equivalent to the value returned by{@code > Float.intBitsToFloat(0x7fc0)}. For readers n