We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf636c2 commit d7c02c3Copy full SHA for d7c02c3
src/doc/reference.md
@@ -518,6 +518,9 @@ This last example is different because it is not possible to use the suffix
518
syntax with a floating point literal ending in a period. `2.f64` would attempt
519
to call a method named `f64` on `2`.
520
521
+The representation semantics of floating-point numbers are described in
522
+["Machine Types"](#machine-types).
523
+
524
#### Boolean literals
525
526
The two values of the boolean type are written `true` and `false`.
0 commit comments