Skip to content

Commit a2eb00e

Browse files
committed
---
yaml --- r: 115508 b: refs/heads/try c: 4d2877c h: refs/heads/master v: v3
1 parent f291a62 commit a2eb00e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: bee4e6adac17f87b1cdc26ab69f8c0f5d82575a3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5-
refs/heads/try: 15856139e4e1ebbbf0a2a2d90996dff7d837cdd7
5+
refs/heads/try: 4d2877c189857501466fd2866608e73e7580a346
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,12 +3269,12 @@ The primitive types are the following:
32693269
The machine types are the following:
32703270

32713271
* 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.
3272+
the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1] and
3273+
[0, 2^64 - 1] respectively.
32743274

32753275
* 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]$
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]
32783278
respectively.
32793279

32803280
* The IEEE 754-2008 `binary32` and `binary64` floating-point types: `f32` and

0 commit comments

Comments
 (0)