bors[bot]
|
73a2dfd647
Merge #314
|
7 years ago |
bors[bot]
|
26af99cf39
Merge #318
|
7 years ago |
Keith Wansbrough
|
ef83e851e7
Add keywords and categories to subcrates too.
|
7 years ago |
Keith Wansbrough
|
c87faf46a6
Tweak categories based on review.
|
7 years ago |
Keith Wansbrough
|
eddcb54d6b
Add cargo keywords and categories.
|
7 years ago |
bors[bot]
|
bcccab17dd
Merge #311
|
7 years ago |
bors[bot]
|
36b492a191
Merge #315
|
7 years ago |
Alan Liddell
|
e5e8266009
handles case where imaginary part is just 'i' or '-i', adds tests
|
7 years ago |
Alan Liddell
|
506fbaf4e7
swap 'Some(u)' out for '_' to suppress unused variable warnings
|
7 years ago |
Alan Liddell
|
3c490cdee4
adds basic parser for complex numbers in Cartesian form
|
7 years ago |
Lee Bousfield
|
426034ba09
Switch doctests to match functions
|
7 years ago |
Josh Stone
|
31fa9f626a
Merge pull request #316 from cuviper/bors-ng
|
7 years ago |
Josh Stone
|
b181cae401
Enable bors-ng
|
7 years ago |
Josh Stone
|
3299702e69
Whitelist branches for CI
|
7 years ago |
Lee Bousfield
|
aaa4ab357f
Clarify what "newer versions of Rust" applies to
|
7 years ago |
Lee Bousfield
|
f0fa65a9d5
Fix float NaN pos/neg assumptions
|
7 years ago |
Lee Bousfield
|
5f3a3b0004
Derive ToPrimitive for enums
|
7 years ago |
Sam Cappleman-Lynes
|
1fb03ca18a
Make new code work on rustc-1.8.0
|
7 years ago |
Sam Cappleman-Lynes
|
2a3cd41820
Add scalar ops for all remaining integer types
|
7 years ago |
Sam Cappleman-Lynes
|
fd87d87db3
Fix normalization in scalar addition
|
7 years ago |
Josh Stone
|
3f32ad48f4
rational: make sure Hash agrees with Eq
|
7 years ago |
Sam Cappleman-Lynes
|
99873d06e5
Scalar operations on integer types up to 32 bits
|
7 years ago |
Sam Cappleman-Lynes
|
94d570697c
Add operations on i32 to BigInt
|
7 years ago |
Sam Cappleman-Lynes
|
9b0392d235
Add scalar division to BigInt
|
7 years ago |
Sam Cappleman-Lynes
|
8b1288ea01
Add scalar multiplication to BigInt
|
7 years ago |
Sam Cappleman-Lynes
|
79448cbdf9
Add scalar subtraction to BigInt
|
7 years ago |
Sam Cappleman-Lynes
|
80feea2722
Also implement scalar addition for BigInt
|
7 years ago |
Sam Cappleman-Lynes
|
1e26bdde81
Remove unnecessary normalization
|
7 years ago |
Sam Cappleman-Lynes
|
d0bfb54eee
All variants of dividing BigUint by BigDigit
|
7 years ago |
Sam Cappleman-Lynes
|
51408a9b3b
All variants of subtracting BigDigit from BigUint
|
7 years ago |