doc.odin 267 B

123456
  1. /*
  2. A BigInt implementation in Odin.
  3. For the theoretical underpinnings, see Knuth's The Art of Computer Programming, Volume 2, section 4.3.
  4. The code started out as an idiomatic source port of libTomMath, which is in the public domain, with thanks.
  5. */
  6. package math_big