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.
2 parents f0f7ca2 + d7c02c3 commit 46a5451Copy full SHA for 46a5451
src/doc/reference.md
@@ -515,6 +515,9 @@ This last example is different because it is not possible to use the suffix
515
syntax with a floating point literal ending in a period. `2.f64` would attempt
516
to call a method named `f64` on `2`.
517
518
+The representation semantics of floating-point numbers are described in
519
+["Machine Types"](#machine-types).
520
+
521
#### Boolean literals
522
523
The two values of the boolean type are written `true` and `false`.
0 commit comments