Matt Brubeck
|
531c2a754f
Fix documentation formatting with commonmark enabled
|
7 年之前 |
Josh Stone
|
2a9750ada4
bigint: remove an unused mut
|
7 年之前 |
Nicolas Kirchner
|
cbdaf8f6f9
Optimize `BigInt::from_biguint` and `BigInt::assign_from_slice`
|
7 年之前 |
Nicolas Kirchner
|
9b56d6667c
Implement assign_from_slice
|
7 年之前 |
Josh Stone
|
18cc1902fb
inline i32_abs_as_u32 and i64_abs_as_u64
|
7 年之前 |
Sam Cappleman-Lynes
|
1fb03ca18a
Make new code work on rustc-1.8.0
|
7 年之前 |
Sam Cappleman-Lynes
|
2a3cd41820
Add scalar ops for all remaining integer types
|
7 年之前 |
Sam Cappleman-Lynes
|
99873d06e5
Scalar operations on integer types up to 32 bits
|
7 年之前 |
Sam Cappleman-Lynes
|
94d570697c
Add operations on i32 to BigInt
|
7 年之前 |
Sam Cappleman-Lynes
|
9b0392d235
Add scalar division to BigInt
|
7 年之前 |
Sam Cappleman-Lynes
|
8b1288ea01
Add scalar multiplication to BigInt
|
7 年之前 |
Sam Cappleman-Lynes
|
79448cbdf9
Add scalar subtraction to BigInt
|
7 年之前 |
Sam Cappleman-Lynes
|
80feea2722
Also implement scalar addition for BigInt
|
7 年之前 |
Sam Cappleman-Lynes
|
e520bdad0d
Add scalar multiplication to BigUint, BigInt
|
8 年之前 |
Josh Stone
|
8964c65f38
bigint: apply a consistent order of conversion methods
|
7 年之前 |
Josh Stone
|
8dd6890ddc
Merge commit 'refs/pull/304/head' of github.com:rust-num/num
|
7 年之前 |
Eduardo Pinho
|
15f9334955
De-generalize `twos_complement' helper function
|
7 年之前 |
Eduardo Pinho
|
61cfdc37b3
BigInt two's complement adjustments
|
7 年之前 |
Phaiax
|
563e4dc509
from_radix_be/le for BigInt
|
7 年之前 |
Eduardo Pinho
|
1660590125
Add BigInt 2's complement conversions
|
7 年之前 |
Phaiax
|
1ea02d8d0c
Add _be/_le postfix to from/to_radix functions (BigInt)
|
7 年之前 |
Phaiax
|
fc09503d3d
Add fn from_radix() for radix > 36.
|
7 年之前 |
Phaiax
|
1ab07df709
Add fn to_radix() for radix > 36.
|
7 年之前 |
Josh Stone
|
4b8c71fbec
bigint: Cleanup unused imports
|
8 年之前 |
Josh Stone
|
5c3d759d6c
bigint: inline bits() methods
|
8 年之前 |
Kent Overstreet
|
279522316c
bigint: Break out into multiple files
|
8 年之前 |