issues
search
nim-lang
/
bigints
BigInts for Nim
MIT License
124
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Are `BigInt`s always normalized?
#44
konsumlamm
closed
2 years ago
0
Consider extracting the first limb into a separate field
#43
konsumlamm
opened
2 years ago
2
Update testing & CI
#42
konsumlamm
closed
2 years ago
0
Add/improve doc comments & format a bit
#41
konsumlamm
closed
2 years ago
0
merge two repos
#40
narimiran
closed
2 years ago
2
add disclaimer about the move to nim-lang/bigints
#39
pietroppeter
closed
2 years ago
2
Fix int and BigInt comparison like 2 < 100.initBigInt
#38
EyeCon
closed
3 years ago
1
Very useful stuff
#37
ghost
closed
3 years ago
0
avoid unnecessary copy in setXLen
#36
pietroppeter
closed
2 years ago
1
Fix operations with self
#35
pietroppeter
closed
3 years ago
5
Feature request: toBiggestInt
#34
ehmry
opened
4 years ago
1
Fix empty limbs
#33
pietroppeter
closed
4 years ago
1
Improve documentation
#32
pietroppeter
closed
4 years ago
2
Add api docs in readme
#31
pietroppeter
closed
4 years ago
1
Add ci with github actions
#30
pietroppeter
closed
4 years ago
4
ensure bigints tests are green with Nim devel
#29
Araq
closed
4 years ago
1
Export Flags.Negative
#28
ehmry
closed
4 years ago
3
IndexError with a = a +b
#27
pietroppeter
closed
3 years ago
0
Empty limbs when uninitialized
#26
auxym
closed
4 years ago
2
Limit allowed digits to first `base` digits.
#25
DomoSokrat
closed
5 years ago
1
`initBigInt(str, base)` allows `base` as digit
#24
DomoSokrat
closed
5 years ago
0
Re-enable range checking.
#23
DomoSokrat
closed
5 years ago
1
Workaround for range errors on 0.20.2
#22
markspanbroek
closed
5 years ago
1
RangeErrors on nim 0.20.2
#21
markspanbroek
closed
5 years ago
0
CircleCI builds are broken
#20
markspanbroek
closed
4 years ago
0
fix compilation on latest devel
#19
SolitudeSF
closed
5 years ago
1
Fix for latest Nim - nil sequences do not exist anymore
#18
andreaferretti
closed
6 years ago
1
Remove negative flags for zero values
#17
Sud0nim
closed
6 years ago
1
Zero result from subtraction always has Negative flags
#16
Sud0nim
closed
6 years ago
3
LICENSE for bigints
#15
alehander92
closed
5 years ago
2
suport for and, or
#14
brentp
closed
2 years ago
2
SIGSEGV when used with `const`.
#13
deech
closed
7 years ago
1
Fix initBigInt() for 64-bit integers, and also optimize a little bit.
#12
markus-oberhumer
closed
7 years ago
1
Bigint fixes
#11
markus-oberhumer
closed
7 years ago
1
Add fibonacci example
#10
ghost
closed
7 years ago
3
Add ability to call initBigInt on an existing BigInt
#9
msmith491
closed
8 years ago
1
Add overloaded operators for BigInt types
#8
msmith491
closed
8 years ago
8
Implemented initBigInt for int64 and uint64
#7
AB95
closed
8 years ago
1
Changed division to handle certain edge cases
#6
AB95
closed
8 years ago
1
Off by one error in division
#5
AB95
closed
8 years ago
3
Negative BigInt
#4
andreaferretti
closed
8 years ago
3
Problem with multiple multiplications
#3
gunn
closed
8 years ago
0
bigints.nimble file format is wrong
#2
sky-khan
closed
9 years ago
8
Range of BigInt not supported?
#1
russel
closed
9 years ago
1
Previous