issues
search
peterolson
/
BigInteger.js
An arbitrary length integer library for Javascript
The Unlicense
1.12k
stars
187
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adding TypeScript definitions
#93
toefraz
closed
7 years ago
2
Correct typo in README: positive ⇒ prime
#92
gfredericks
closed
7 years ago
2
Tag the latest npm release
#91
jaredwy
closed
7 years ago
2
Add support for AMD.
#90
jaredwy
closed
7 years ago
4
Construct from an array
#89
reverofevil
closed
7 years ago
8
Division gives wrong answers
#88
russellw
closed
7 years ago
2
ModInv of a negative number
#87
Laakeri
closed
7 years ago
2
Add a space to make the code formatting more consistent
#86
appins
closed
7 years ago
2
Convert to Hex-Representation
#85
Subtalime
closed
7 years ago
2
shiftRight documentation
#84
noway
closed
7 years ago
2
Bower version
#83
dennislaumen
closed
7 years ago
2
modInv shall throw if no inverse is found
#82
Marandil
closed
7 years ago
1
Multiplicative inverse function (modInv) added.
#81
0xacb
closed
8 years ago
6
Update .travis.yml
#80
Bruce17
closed
8 years ago
2
Add built-in secure random number genoration.
#79
appins
closed
8 years ago
1
Bower package please :)
#78
volkovasystems
closed
8 years ago
4
sqrt
#77
lionvs
closed
8 years ago
3
Export Constructors
#76
koehlma
closed
8 years ago
9
XOR issue
#75
cmitch13
closed
8 years ago
9
most strange behaviour running ```bigInt(12345).pow(4).pow(1/4)```
#74
davidedc
closed
8 years ago
4
root (with arbitrary radix) method would be nice...
#73
davidedc
closed
8 years ago
5
Use of variable before assigning to it
#72
dchest
closed
8 years ago
1
ORIGINAL EXCEPTION: TypeError: bigInt is not a function
#71
lewgun
closed
8 years ago
1
Huge numbers give NaN0000 over and over when using .toString()
#70
numbermaniac
closed
8 years ago
1
Incorrect (off-by-one) parsing of exponent string
#69
peterolson
closed
8 years ago
0
Fix #67
#68
pulviscriptor
closed
8 years ago
0
Strange behavior of toString(37+)
#67
pulviscriptor
closed
8 years ago
0
charAt instead of an indexer
#66
a-ponomarev
closed
7 years ago
3
Bugfix and improvement of modPow
#65
oliverpool
closed
8 years ago
3
Suddenly, a float?!
#64
BenWiederhake
closed
8 years ago
4
What is .next doing in the docs of notEquals()?
#63
numbermaniac
closed
8 years ago
1
modular inverse function
#62
yvesago
closed
8 years ago
1
Unable to compare with Infinity
#61
lamberta
closed
8 years ago
3
randBetween broken
#60
yacinehmito
closed
8 years ago
2
Update the benchmark code for Yaffle/BigInteger
#59
Yaffle
closed
8 years ago
0
A bug in division
#58
Yaffle
closed
8 years ago
0
gcd: use lowestOneBit, to iterative. lcm: multiply after divide.
#57
mizar
closed
9 years ago
1
subtract(0) miscalculation
#56
deanm
closed
9 years ago
4
modPow behaving badly :(
#55
pmohanta
closed
9 years ago
3
bigInt("10000000010000000").subtract(bigInt("10000000")).toString() !== "10000000000000000"
#54
mizar
closed
9 years ago
2
changed modPow to powm
#53
pevers
closed
9 years ago
1
Use .npmignore with more feeling
#52
arekinath
closed
9 years ago
1
Use .npmignore to reduce size of npm package
#51
arekinath
closed
9 years ago
1
Fix documentation for bitwise not operation
#50
cjlarose
closed
9 years ago
1
Change package.json license to match the LICENSE file
#49
mariuszskon
closed
9 years ago
0
Add .isProbablePrime()
#48
mariuszskon
closed
9 years ago
3
A try to improve performance of BigInteger.js (small1 * small2 case)
#47
Yaffle
closed
9 years ago
3
modPow isn't working well ?
#46
zarmack
closed
9 years ago
13
BigInteger ported to Haxe
#45
fponticelli
closed
9 years ago
2
new bigInt(array of bytes) does not work
#44
brentco
closed
9 years ago
2
Previous
Next