Skip to content

4️⃣ ✖️ 5️⃣ A "Bignum" Library created using C++ that can handle arithmetic calculations of arbitrarily large numbers.

License

Notifications You must be signed in to change notification settings

Anmol-Singh-Jaggi/Bignum-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bignum Library

  • An implementation of a Bignum library using C++.
  • A test suite is also included in case if you want to modify my implementation and then check its correctness.

Requirements -:

  • GNU C++ compiler
  • Python interpreter ( Optional; For testing only )

Testing -:

  • Initiate testing by executing the test-script file.

To-do -:

  • Encapsulate it in a class.
  • Improve the testing procedure.
  • Implement faster multiplication and division algorithms.

About

4️⃣ ✖️ 5️⃣ A "Bignum" Library created using C++ that can handle arithmetic calculations of arbitrarily large numbers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published