issues
search
rust-num
/
num-integer
Integer trait and functions for Rust
Apache License 2.0
180
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`NonZero*`?
#66
Rudxain
opened
5 months ago
0
Fix older CI for num-traits 0.2.19
#65
cuviper
closed
6 months ago
0
ERROR: python3-cryptography-37.0.4-r0 do_unpack: Bitbake Fetcher Error: UnpackError
#64
phanirajkiran
closed
7 months ago
3
Wrapper types?
#63
Rudxain
closed
7 months ago
5
Release 0.1.46
#62
cuviper
closed
9 months ago
0
More CI updates
#61
cuviper
closed
9 months ago
0
Try to make the CI status more robust
#60
cuviper
closed
9 months ago
0
Try to make the CI status more robust
#59
cuviper
closed
9 months ago
2
Switch from bors to merge queues
#58
cuviper
closed
9 months ago
1
Add checked_* for div and mod functions
#57
JayXon
opened
11 months ago
2
`binomial(n, k)` for `n < 0`
#56
ronnodas
opened
11 months ago
0
`Integer::gcd()` returns negative value
#55
ijagberg
opened
1 year ago
1
Update lib.rs
#54
hkBst
closed
1 year ago
5
Add Integer.dec() and Integer.inc()
#53
MiguelX413
closed
9 months ago
3
Update and simplify the CI workflow
#52
cuviper
closed
2 years ago
2
Upgrade to 2018 edition, MSRV 1.31
#51
cuviper
closed
2 years ago
2
Correct documentation for gcd
#50
ciphergoth
closed
2 years ago
2
Build error building in docker ekidd/rust-musl-builder --target x86_64-unknown-linux-musl
#49
JoshuaNitschke
closed
2 years ago
6
is_multiple behaviour with 0
#48
WizardOfMenlo
opened
2 years ago
1
Fix is_multiple_of to account for 0
#47
WizardOfMenlo
closed
2 years ago
2
Remove hidden field from ExtendedGcd
#46
tspiteri
closed
2 years ago
2
Fix prev/next_multiple_of(&MIN, &-1)
#45
cuviper
closed
2 years ago
2
Fix test fallout from unstable int_roundings
#44
cuviper
closed
3 years ago
2
`Integer::next_multiple_of` unexpectedly fails on `MIN` and `-1`
#43
jhpratt
closed
2 years ago
0
Mark Integer::divides as deprecated.
#42
aobatact
closed
9 months ago
3
Integer::divides is not marked deprecated.
#41
aobatact
closed
9 months ago
0
Integer::extended_gcd should not permit unsigned value.
#40
aobatact
opened
3 years ago
5
Why hiding field of ExtendedGcd?
#39
survived
closed
2 years ago
3
Add optimized binary extended gcd algorithm
#38
unseddd
opened
3 years ago
1
Add Default implementation for ExtendedGcd
#37
unseddd
closed
3 years ago
1
Add invmod API to Integer trait
#36
unseddd
closed
3 years ago
4
Trust the "i128" feature, and release 0.1.44
#35
cuviper
closed
4 years ago
2
Release 0.1.43
#34
cuviper
closed
4 years ago
2
Switch CI to GitHub Actions
#33
cuviper
closed
4 years ago
6
Updated test loops with inclusive ranges per FIXMEs
#32
danielobrien
closed
4 years ago
0
Add Average trait with integer average computation
#31
althonos
closed
4 years ago
5
Release 0.1.42
#30
cuviper
closed
4 years ago
2
Update to autocfg 1
#29
cuviper
closed
4 years ago
2
Target asmjs-unknown-emscripten fails to compile
#28
mashedcode
closed
5 years ago
1
Compatible with cargo --remap-path-prefix
#27
dingelish
closed
5 years ago
2
test_lcm_overflow fails on sparc64
#26
silwol
opened
5 years ago
2
bump autocfg to fix no_std probing
#25
cuviper
closed
5 years ago
2
Release 0.1.40
#24
cuviper
closed
5 years ago
2
Use autocfg to probe for i128
#23
cuviper
closed
5 years ago
2
Check formatting in CI
#22
cuviper
closed
5 years ago
2
elide pass-by-ref in root functions
#21
strake
closed
5 years ago
4
Add Average trait with integer average computation
#20
althonos
closed
4 years ago
4
Define extended GCD, combined GCD+LCM
#19
strake
closed
5 years ago
6
lcm(0, 0) = 0
#18
strake
closed
5 years ago
3
Define `trait Power`, naïvely for now
#17
strake
opened
5 years ago
0
Next