You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/values.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ r[value.primitive.float]
84
84
A floating-point value consists of either a rational number, which is within the range and precision dictated by the type, an infinity, or a NaN value.
85
85
86
86
r[value.primitive.float-repr]
87
-
A floating-point value is represented the same as a value of the unsigned integer type with the same width given by its [IEEE 754-2019] encoding.
87
+
A floating-point value is represented the same as a value of the unsigned integer type with the same width given by its [IEEE 754-2019] encoding.
88
88
89
89
r[value.primitive.float-format]
90
90
The [IEEE 754-2019]`binary32` format is used for `f32`, and the `binary64` format is used for `f64`.
0 commit comments