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
Rational: Implement Zero, One
#82
andersk
closed
7 years ago
2
Fix compiler warnings about SipHasher and left/right overflowing shifts
#81
rozbb
closed
7 years ago
8
cross-compilation
#80
kali
closed
7 years ago
0
make fallbacks a feature, and make them work
#79
kali
closed
8 years ago
0
WIP Fixing software limb div
#78
kali
closed
7 years ago
7
BUMP
#77
rozbb
closed
8 years ago
0
Fix Rational::sub; implement Rational::neg; simplify some testing macros
#76
rozbb
closed
8 years ago
0
Use num_traits instead of std::num.
#75
habnabit
closed
8 years ago
1
Implement From<all primitive numeric types> for Rational; implement an abs() round() functions as well
#74
rozbb
closed
8 years ago
0
Improve GCD performance
#73
Aatch
opened
8 years ago
7
Initial Rationals implementation
#72
Aatch
closed
8 years ago
1
Bump version number
#71
rozbb
closed
8 years ago
1
update iter::Step impl
#70
arthurprs
closed
8 years ago
4
Infinite loop on ARM
#69
MagaTailor
closed
7 years ago
8
Documentation bug
#68
fbstj
closed
7 years ago
1
From and to bytes
#67
Phaiax
opened
8 years ago
5
Test num_base_digits for !base.is_power_of_2(). Fix.
#66
Phaiax
closed
8 years ago
2
fix #64 num_base_digits
#65
Phaiax
closed
8 years ago
0
num_base_digits special case pow2
#64
Phaiax
closed
8 years ago
2
Size calculation in pub fn to_str_radix
#63
Phaiax
opened
8 years ago
1
Some Questions
#62
Phaiax
closed
6 years ago
2
div_1000 & pow_10 slow on default 32-bit Rust
#61
MagaTailor
closed
8 years ago
1
Add a DivRem trait and implement it for Int
#60
habnabit
closed
8 years ago
4
Relicense under dual MIT/Apache-2.0
#59
emberian
opened
8 years ago
7
[BUG] `ThreadRng::gen_uint_below()` hangs for large numbers
#58
rozbb
closed
8 years ago
0
doc: README nits here and there
#57
tshepang
closed
9 years ago
0
Use qemu to test on more architectures
#56
huonw
opened
9 years ago
0
ARM?
#55
anfractuosity
closed
6 years ago
12
Possible latent memory corruption?
#54
huonw
closed
7 years ago
1
Optimise `ll::base::num_base_digits` for 2 & other powers of it.
#53
huonw
closed
9 years ago
0
Consider tuning the #[inline] declarations
#52
huonw
opened
9 years ago
1
ramp-0.2.2/src/ll/limb.rs:89:28: 89:66 error: unresolved name `std::intrinsics::u64_add_with_overflow` [E0425]
#51
NobbZ
closed
9 years ago
2
Update for nightly changes to *_with_overflow intrinsics.
#50
huonw
closed
9 years ago
0
ll::div::divrem_1 has possibly extraneous pointer bounds checks
#49
huonw
opened
9 years ago
0
Add debug bounds checks via new LimbPtr{,Mut} types & fix problems this highlights
#48
huonw
closed
9 years ago
6
Possible memory corruption in pow(?)
#47
huonw
closed
9 years ago
1
Small fixes
#46
huonw
closed
9 years ago
0
(2**64 - 1) * 2**64 + 2**64 == 1
#45
huonw
closed
9 years ago
2
Implement comparisons with i64 and u64.
#44
huonw
closed
9 years ago
2
Implement sqrt_rem, for square root & remainder computation.
#43
huonw
closed
9 years ago
0
Add `set_bit`, for setting an individual bit.
#42
huonw
closed
9 years ago
0
Allow more aggressive reusing of existing allocations
#41
huonw
opened
9 years ago
1
`let x = mem::replace(self, Int::zero()); *self = ...` pattern seems to result in very poor code-gen
#40
huonw
closed
9 years ago
1
Fix 0 <op> primitive
#39
huonw
closed
9 years ago
0
Implement bit-ops between Int and primitives.
#38
huonw
closed
9 years ago
0
Implement `bit_length` and `bit` for fast bit analysis.
#37
huonw
closed
9 years ago
0
Tweak quickcheck tests.
#36
huonw
closed
9 years ago
0
Handle LSB zero limbs correctly in pow.
#35
huonw
closed
9 years ago
1
divmod should possibly be "divrem"
#34
huonw
opened
9 years ago
0
Use RawVec for `Int`s memory management.
#33
huonw
closed
9 years ago
4
Previous
Next