Skip to content

Commit 0ce768b

Browse files
committed
Add a link to the IEEE document
1 parent da8aafb commit 0ce768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/float.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $(H2 $(LNAME2 fp_const_folding, Floating-Point Constant Folding))
2525

2626
$(P Regardless of the type of the operands, floating-point
2727
constant folding is done in $(D real) or greater precision.
28-
It is always done following IEEE 754 rules and round-to-nearest
28+
It is always done following $(LINK2 https://standards.ieee.org/standard/754-2019.html, IEEE-754) rules and round-to-nearest
2929
is used.)
3030

3131
$(P Floating-point constants are internally represented in

0 commit comments

Comments
 (0)