Commit History

Author SHA1 Message Date
  123eee555 9a02f22220 Implemented human-readable unserialization 7 years ago
  emily a6ee91fd5c Support for unserialization as scientific notation 7 years ago
  emily 940b4b617f Added shell script to parse Wikipedia number names 7 years ago
  emily d9d5e89202 Minor README and HACKING edits 7 years ago
  emily 043f598966 Updated README.md and added HACKING.md 7 years ago
  emily 64264a7e35 Fixed another bigint.divide bug and introduced added a Blum Blum Shub PRNG implementation to bigint-extra.lua 7 years ago
  emily dec606f890 Fixed bug caused by a remainder of 0 in the first long division loop 7 years ago
  emily 9a99621851 Changed bigint.exponentiate to support bigints only 7 years ago
  emily ae918c1720 Added bigint.divide_raw, bigint.divide, bigint.modulus, and did minor fixes to bigint-demo.lua 7 years ago
  emily 5f2ae72b41 Added exponentiation and bigint:clone() method 7 years ago
  emily 7d13263f30 Added backend big*int multiplication and frontend big*big multiplication 7 years ago
  emily d5389c252d Fixed some bugs and added BROKEN RANDOM NUMBER GENERATOR 7 years ago
  emily 86ef9782ab Added absolute value and frontend addition and subtraction 7 years ago
  emily b092485605 Added raw subtraction (signs ignored) 7 years ago
  emily fe7a0d1e70 Moved license and readme to their own files 7 years ago
  emily 7537495cf6 Added sign support to bigint.compare 7 years ago
  emily 13b3e385a2 rebranded bignum -> bigint 7 years ago
  emily 4ea7f35acd changed format of bigint object to support signs 7 years ago
  emily d39b3837b2 Initial commit 7 years ago