issues
search
Aatch
/
ramp
RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
261
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Removal of `RawVec` from the rust standard library.
#132
the8472
opened
3 years ago
0
Build fail, consider updating num-bigint
#131
KayJay7
closed
1 year ago
0
impl std::iter::{Sum, Product} for Int
#130
eggyal
closed
2 years ago
0
ramp fails to build "error[E0199]: implementing the trait `Step` is not unsafe"
#129
0x1d1z3r
closed
3 years ago
2
Cargo build failed
#128
emrahsariboz
closed
3 years ago
1
Update int.rs Remove "trailing" from Int::count_ones() description.
#127
PrisionMike
closed
2 years ago
0
Remove the word "trailing" from Int::count_ones()
#126
PrisionMike
closed
2 years ago
2
pow_mod() incredibly slow
#125
PrisionMike
closed
3 years ago
2
gen_uint() method cant be called on ThreadRng due to unsatisfied Trait bounds
#124
PrisionMike
closed
3 years ago
3
Failing to build the project
#123
rodoufu
opened
3 years ago
2
Cannot compile 0.5.6
#122
jakasi2
closed
4 years ago
4
could not find `AllocInit` in `alloc`
#121
HaoXuan40404
closed
4 years ago
2
fix alloc with std alloc 1.28.0
#120
HaoXuan40404
closed
4 years ago
0
Add "ramp-primes" to Documentation
#119
AtropineTears
closed
4 years ago
1
Multiplication Error on 32-bit machines
#118
rozbb
opened
4 years ago
1
error[E0432]: unresolved import `std::alloc::Alloc`
#117
HaoXuan40404
closed
4 years ago
2
Add Support For Finding Primes Using Miller-Rabin Test
#116
AtropineTears
closed
5 years ago
1
Float Support
#115
Light-Wizzard
opened
5 years ago
1
Use `slice::iter` instead of `into_iter` to avoid future breakage
#114
TethysSvensson
closed
5 years ago
1
Use `slice::iter` instead of `into_iter` to avoid future breakage
#113
Aaron1011
closed
5 years ago
1
Fixes for the current nightly
#112
olafura
closed
5 years ago
2
AVX2
#111
burdges
opened
5 years ago
2
Copy trait not implemented on Int struct
#110
Antoxyde
closed
6 years ago
4
[Feature Request] Implement From trait for i128 and u128
#109
GrayJack
closed
6 years ago
1
chore: update rand to 0.5
#108
dignifiedquire
closed
6 years ago
1
fix errors on nightly
#107
ghost
closed
6 years ago
2
Update to latest nightly
#106
gmorenz
closed
6 years ago
4
Expose numerator/denominator of Rational
#105
elbaro
closed
6 years ago
1
Use of pow with Int exp
#104
NoahTheDuke
closed
6 years ago
6
Documentation Broken
#103
elbaro
closed
6 years ago
1
Fix typos in README.md
#102
jdanford
closed
6 years ago
1
Fix two typos
#101
j16r
closed
6 years ago
2
Ignore leading zeros when parsing
#100
0xd34d10cc
closed
6 years ago
1
Illformed giraffe
#99
0xd34d10cc
closed
6 years ago
2
No longer compiles
#98
BHouwens
closed
6 years ago
3
Implement divide-and-conquer algorithm in ll/base.rs
#97
Candunc
opened
7 years ago
1
Changed from deprecated crate gcc-rs to cc-rs
#96
Candunc
closed
6 years ago
1
Implemented Int::pow_mod and associated tests and benchmarks
#95
rozbb
closed
7 years ago
1
Improve docs consistency, document Int and Rational fully.
#94
rozbb
closed
7 years ago
0
Forgot to unwrap the pointer
#93
alfiedotwtf
closed
7 years ago
0
Broken build?
#92
alfiedotwtf
closed
7 years ago
3
Now compiles on latest nightly; also testing fixes
#91
rozbb
closed
7 years ago
7
added pragmas so that it would work with the new nightlies
#90
vmchale
closed
7 years ago
1
Improve docs consistency
#89
clarfonthey
closed
7 years ago
1
Specify rounding method, derive Clone
#88
clarfonthey
closed
7 years ago
3
Fix deprecation warnings about SipHasher vs DefaultHasher
#87
rozbb
closed
7 years ago
0
Rational: Implement FromStr
#86
andersk
closed
7 years ago
0
Fix tests (update quickcheck to 0.4.1)
#85
andersk
closed
7 years ago
0
Generalize lifetime bounds on reference operations
#84
andersk
closed
7 years ago
2
Int: implement num_traits::Num, num_integer::Integer
#83
andersk
closed
7 years ago
2
Next