An open API service indexing awesome lists of open source software.

https://github.com/axtens/bignum-cs

Steven S. Skiena's bignum.c in C#
https://github.com/axtens/bignum-cs

Last synced: about 1 year ago
JSON representation

Steven S. Skiena's bignum.c in C#

Awesome Lists containing this project

README

          

# bignum-cs
Steven S. Skiena's bignum.c in C#

Implements large integer arithmetic: addition, subtraction, multiplication, and division.

The original C program appears in Steve's book: ["Programming Challenges: The Programming Contest Training Manual"](http://www.amazon.com/exec/obidos/ASIN/0387001638/thealgorithmrepo/)
by Steven Skiena and Miguel Revilla, Springer-Verlag, New York 2003.

See Steve and Miguel's [website](http://www.programming-challenges.com) for additional information.

Bruce's release contains:

* README.md - this file
* LICENSE

Better testing and better documentation may follow.

MIT license.