We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cbde1 commit 0f3185eCopy full SHA for 0f3185e
std/numeric.d
@@ -37,7 +37,7 @@ public enum CustomFloatFlags
37
* Store values in normalized form by default. The actual precision of the
38
* significand is extended by 1 bit by assuming an implicit leading bit of 1
39
* instead of 0. i.e. `1.nnnn` instead of `0.nnnn`.
40
- * True for all $(LINK2 https://en.wikipedia.org/wiki/IEEE_floating_point, IEE754) types
+ * True for all $(LINK2 https://en.wikipedia.org/wiki/IEEE_floating_point, IEEE754) types
41
*/
42
storeNormalized = 2,
43
0 commit comments