issues
search
rust-num
/
num-bigint
Big integer types for Rust
Apache License 2.0
540
stars
188
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
addition/subtraction acceleration via inline assembly
#314
twiby
opened
3 months ago
7
Release 0.4.6
#313
cuviper
closed
4 months ago
0
Fixes for target x32
#312
cuviper
closed
4 months ago
0
x86_64-unknown-linux-gnux32 no longer works with 0.4.5
#311
trinity-1686a
closed
4 months ago
1
added BigURational as a "superset"
#310
d3crvpt3d
closed
5 months ago
2
style: use strip_prefix instead of manual starts_with/slice
#309
yhx-12243
closed
5 months ago
2
Avoid some widening operations
#308
cuviper
closed
5 months ago
0
WIP inline single-digit values
#307
cuviper
opened
5 months ago
0
Add feature cfgs for docs.rs
#306
cuviper
closed
5 months ago
0
Commit to `alloc` as much as possible
#305
cuviper
closed
5 months ago
0
Fixed incorrect formulas for coefficients.
#304
ralphtandetzky
closed
5 months ago
1
Release 0.4.5
#303
cuviper
closed
6 months ago
0
Fix various rustc and clippy lints
#302
cuviper
closed
6 months ago
0
Use inherent `unsigned_abs`
#301
cuviper
closed
6 months ago
0
Remove the build script
#300
cuviper
closed
6 months ago
0
Generate the radix bases in `const` instead of `build.rs`
#299
cuviper
closed
6 months ago
0
Add `const ZERO` and additional trait implementations
#298
cuviper
closed
6 months ago
0
feat: Implement Step trait for BigInt and BigUint
#297
thecaralice
closed
6 months ago
1
Mixed-algorithm GCD (potential optimization)
#296
Rudxain
opened
6 months ago
1
Optimise multiplication
#295
joelonsql
closed
6 months ago
7
Avoid cloning inputs in sub and add
#294
jonas-lj
closed
8 months ago
2
Possible Incompleteness
#293
YichiZhang0613
closed
5 months ago
2
Use namespaced-features to safely bump to MSRV 1.60
#292
cuviper
closed
7 months ago
0
ci: merge queue and registry caching
#291
cuviper
closed
9 months ago
0
re-export num_traits
#290
benma
opened
9 months ago
1
Add powi method for `Sign` enum
#289
feefladder
opened
9 months ago
1
Modular inverse for BigUint and BigInt
#288
cuviper
closed
6 months ago
0
ci: Update to `actions/checkout@v4`.
#287
waywardmonkeys
closed
1 year ago
2
WIP: Moving internals from Vec to Cow (Starting point for discussion)
#286
junderw
opened
1 year ago
0
Ability to create const BigUint etc.
#285
junderw
opened
1 year ago
2
Make ntt.rs shorter
#284
byeongkeunahn
closed
1 year ago
1
Feature Request: Ref type for {BigInt|BigUint}
#283
TennyZhuang
opened
1 year ago
2
Implement number theoretic transform for large integer multiplication
#282
byeongkeunahn
opened
1 year ago
2
BigInt::parse_bytes converting a string with '_' as bigint with base 36 which isn't expected.
#281
kndsatya
closed
1 year ago
2
Release 0.4.4
#280
cuviper
closed
1 year ago
4
Add is_negative and is_non_negative
#279
hydroper
closed
1 year ago
1
Clippy fixes
#278
waywardmonkeys
closed
1 year ago
2
Improve doc linking and minor formatting.
#277
waywardmonkeys
closed
1 year ago
2
Implement To/FromBytes
#276
cuviper
closed
1 year ago
4
BigInt absolute value as a BigUint value
#275
ghallak
closed
1 year ago
2
Add true_division: divides 2 big integers and returns a f64
#274
twiby
closed
1 year ago
4
From f64
#273
samuelcolvin
closed
1 year ago
2
Incorrect handling of "_" chars in decimal part of number
#272
DanielBauman88
closed
1 year ago
1
Implement ties-to-even for Big[U]Int::to_{f32,f64}
#271
dramforever
closed
1 year ago
5
Build script could be replaced with const fn
#270
simonwuelker
closed
1 year ago
4
to_str_radix produces odd number of digits
#269
KuTuGu
closed
1 year ago
2
Debug output doesn't honor formatting specifier x
#268
chkno
opened
1 year ago
1
Compiling Bigint Without Cargo
#267
limitedAtonement
closed
1 year ago
1
Absolute value
#266
mattfbacon
opened
1 year ago
6
Use `u64_digit` for 128-bit targets
#265
icedrocket
closed
1 year ago
4
Next