We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8aafb commit 0ce768bCopy full SHA for 0ce768b
spec/float.dd
@@ -25,7 +25,7 @@ $(H2 $(LNAME2 fp_const_folding, Floating-Point Constant Folding))
25
26
$(P Regardless of the type of the operands, floating-point
27
constant folding is done in $(D real) or greater precision.
28
- It is always done following IEEE 754 rules and round-to-nearest
+ It is always done following $(LINK2 https://standards.ieee.org/standard/754-2019.html, IEEE-754) rules and round-to-nearest
29
is used.)
30
31
$(P Floating-point constants are internally represented in
0 commit comments