mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8285977: Add links to IEEE 754 specification
Reviewed-by: jjg, iris, bpb
This commit is contained in:
parent
4434c7df03
commit
3cbf769f55
7 changed files with 22 additions and 1 deletions
|
@ -293,6 +293,9 @@ import java.util.Objects;
|
|||
* @see RoundingMode
|
||||
* @see java.util.SortedMap
|
||||
* @see java.util.SortedSet
|
||||
* @see <a href="https://standards.ieee.org/ieee/754/6210/">
|
||||
* <cite>IEEE Standard for Floating-Point Arithmetic</cite></a>
|
||||
*
|
||||
* @author Josh Bloch
|
||||
* @author Mike Cowlishaw
|
||||
* @author Joseph D. Darcy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue