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 f291a62 commit a2eb00eCopy full SHA for a2eb00e
[refs]
@@ -2,7 +2,7 @@
2
refs/heads/master: bee4e6adac17f87b1cdc26ab69f8c0f5d82575a3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
-refs/heads/try: 15856139e4e1ebbbf0a2a2d90996dff7d837cdd7
+refs/heads/try: 4d2877c189857501466fd2866608e73e7580a346
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
branches/try/src/doc/rust.md
@@ -3269,12 +3269,12 @@ The primitive types are the following:
3269
The machine types are the following:
3270
3271
* The unsigned word types `u8`, `u16`, `u32` and `u64`, with values drawn from
3272
- the integer intervals $[0, 2^8 - 1]$, $[0, 2^{16} - 1]$, $[0, 2^{32} - 1]$ and
3273
- $[0, 2^{64} - 1]$ respectively.
+ the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1] and
+ [0, 2^64 - 1] respectively.
3274
3275
* The signed two's complement word types `i8`, `i16`, `i32` and `i64`, with
3276
- values drawn from the integer intervals $[-(2^7), 2^7 - 1]$,
3277
- $[-(2^{15}), 2^{15} - 1]$, $[-(2^{31}), 2^{31} - 1]$, $[-(2^{63}), 2^{63} - 1]$
+ values drawn from the integer intervals [-(2^(7)), 2^7 - 1],
+ [-(2^(15)), 2^15 - 1], $[-(2^(31)), 2^31 - 1], [-(2^(63)), 2^63 - 1]
3278
respectively.
3279
3280
* The IEEE 754-2008 `binary32` and `binary64` floating-point types: `f32` and
0 commit comments