Commit Graph

11 Commits

Author SHA1 Message Date
eb670e26a5 Improved bigint_printf method
All checks were successful
clang-build / clang-build (push) Successful in 37s
gcc-build / gcc-build (push) Successful in 18s
2026-02-26 09:36:46 +01:00
a02f2dff40 Added Knuth's "Algorithm D" from TAOCP "Seminumerical algorithms"
All checks were successful
clang-build / clang-build (push) Successful in 41s
gcc-build / gcc-build (push) Successful in 19s
2026-02-25 17:13:49 +01:00
6cd90467c6 General refactoring 2026-01-07 11:08:53 +01:00
7cc2615f8b Fixed bug about bigint product, updated unit tests and sample usage. 2025-12-17 17:04:16 +01:00
c658c93182 Fixed minor bugs and added documentation for big integers 2025-11-18 11:28:43 +01:00
9e419d09ac Added unit tests for BigInt data type and updated docs 2025-11-17 17:12:46 +01:00
f625862ad2 Added new unit tests which lead to bug fix 2025-11-17 12:22:29 +01:00
3ff89c8d35 Implemented long division algorithm and added printf for big integers 2025-11-17 10:54:23 +01:00
fd07e27337 Added division algorithm (not working yet) 2025-11-13 16:22:56 +01:00
5af5699e66 Added requirements for division and fixed critical bugs 2025-11-13 11:52:07 +01:00
77f68f2328 Refactored Karatsuba's algorithm and added sample usage 2025-11-12 16:30:18 +01:00