techaddict / bignum

Big Numbers Library for Scala
MIT License
7 stars 0 forks source link

Buggy Divide #3

Closed techaddict closed 10 years ago

techaddict commented 10 years ago

BigInt2("2353913150770005275974738250884017154530390741110285664255")/BigInt2("9223372036854775807") hangs bug in def divide(quot: Array[Int], a: Array[Int], b: Array[Int]): Array[Int]