RFR: JDK-8285977: Add links to IEEE 754 specification

Raffaello Giulietti duke at openjdk.java.net
Tue May 3 08:28:24 UTC 2022


On Mon, 2 May 2022 22:55:43 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Please review the addition of @-see links from classes that mention the IEEE 754 floating-point standard to an IEEE page about the standard. The URL in the initial version of the PR is the top search result on the IEEE home page for "754 standard".
> 
> Another candidate page to use is
> 
> https://ieeexplore.ieee.org/servlet/opac?punumber=8766227
> 
> which is (apparently) a stable citation page for the standard.
> 
> These links may be upgraded to the the forthcoming @-spec facility in the future. ( JDK-6251738).

What about the DOI URL? Probably even more stable.
https://doi.org/10.1109/IEEESTD.2019.8766229

-------------

PR: https://git.openjdk.java.net/jdk/pull/8511


More information about the core-libs-dev mailing list