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
Int % primitive should use %, not /, internally.
#32
huonw
closed
9 years ago
1
Implement/fix bit-ops
#31
huonw
closed
9 years ago
1
0x10000000000000000.pow(3) is computed incorrectly
#30
huonw
closed
9 years ago
0
Problem building ramp on armv7
#29
MagaTailor
closed
9 years ago
3
Quickcheck against GMP
#28
huonw
closed
9 years ago
0
Shr mismatches primitives integers for negative values
#27
huonw
opened
9 years ago
1
BitAnd and BitOr have memory corruption
#26
huonw
closed
9 years ago
0
BitXor is missing
#25
huonw
closed
9 years ago
0
`Rem` is incorrect
#24
huonw
closed
9 years ago
0
Subtraction is backward on non-Ints
#23
habnabit
closed
9 years ago
1
Change use of i32 to u32 where appropriate
#22
Aatch
opened
9 years ago
0
Add example on Euclids algorithm
#21
vks
closed
9 years ago
1
Int::from panics for i64::MIN
#20
kunerd
closed
9 years ago
0
Feature unsafe gcd and lcm
#19
kunerd
closed
9 years ago
11
Junk in the cargo package source
#18
bluss
closed
9 years ago
1
Feature random int generation
#17
kunerd
closed
9 years ago
4
usage of `usize`
#16
vks
closed
9 years ago
1
Add lcm and gcd functions
#15
kunerd
closed
6 years ago
8
[feature request] Functions for generating random Ints
#14
kunerd
closed
9 years ago
0
[feature request] Checked primitive type conversion
#13
kunerd
opened
9 years ago
3
Fix features for nightly
#12
Stebalien
closed
9 years ago
1
modular arithmetic
#11
kunerd
opened
9 years ago
6
Add m-ary method to Int::pow for larger exponents
#10
ghost
closed
9 years ago
1
Write tests for pow, fix problems they find
#9
ghost
closed
9 years ago
1
a - 0 = a, not -a.
#8
Stebalien
closed
9 years ago
0
[BUG] `&a - b` is reordered to `b - &a`
#7
Stebalien
closed
9 years ago
0
[feature request] Convert from/to bytes
#6
Stebalien
opened
9 years ago
3
Implement the pidigits benchmarks-game task.
#5
huonw
closed
9 years ago
1
Test `asm` feature on travis.
#4
huonw
closed
9 years ago
0
Error compiling ramp 0.1.2
#3
manfredlotz
closed
9 years ago
4
Converted Int's internal storage from a raw pointer to Unique. This a…
#2
gereeter
closed
9 years ago
1
ll::test::test_divrem fails sporadically
#1
gereeter
closed
9 years ago
2
Previous