File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Release 0.1.39
1
+ # Release 0.1.39 (2018-06-20)
2
2
3
3
- [ The new ` Roots ` trait provides ` sqrt ` , ` cbrt ` , and ` nth_root ` methods] [ 9 ] ,
4
4
calculating an ` Integer ` 's principal roots rounded toward zero.
7
7
8
8
[ 9 ] : https://github.com/rust-num/num-integer/pull/9
9
9
10
- # Release 0.1.38
10
+ # Release 0.1.38 (2018-05-11)
11
11
12
12
- [ Support for 128-bit integers is now automatically detected and enabled.] [ 8 ]
13
13
Setting the ` i128 ` crate feature now causes the build script to panic if such
17
17
18
18
[ 8 ] : https://github.com/rust-num/num-integer/pull/8
19
19
20
- # Release 0.1.37
20
+ # Release 0.1.37 (2018-05-10)
21
21
22
22
- [ ` Integer ` is now implemented for ` i128 ` and ` u128 ` ] [ 7 ] starting with Rust
23
23
1.26, enabled by the new ` i128 ` crate feature.
26
26
27
27
[ 7 ] : https://github.com/rust-num/num-integer/pull/7
28
28
29
- # Release 0.1.36
29
+ # Release 0.1.36 (2018-02-06)
30
30
31
31
- [ num-integer now has its own source repository] [ num-356 ] at [ rust-num/num-integer] [ home ] .
32
32
- [ Corrected the argument order documented in ` Integer::is_multiple_of ` ] [ 1 ]
You can’t perform that action at this time.
0 commit comments