BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

Arbitrary-sized integer class for C++

Results 37 BigInt issues
Sort by recently updated
recently updated
newest added

First open-source contribution here. :smiley: I started on bitwise left-shift and right-shift operators as suggested in #60. Have tried to follow the code conventions from across the repository. Do let...

Add details regarding how and when to create a new header file for new features, how to write tests for it, and how to compile and run the tests using...

enhancement
docs
priority: medium

#### Error in description I assume that author has written right implementation and forgot about description and not otherwise. So he meant to generate positive `BigInt`s. Then this: > Returns...

enhancement
functions: random

Primality test untested with significantly large int due to significant runtime (see comment on the Add Math Functions topic in Issues ) Added the ability to take pow(BigInt base, BigInt...

I implemented the is_probable_prime function. I used the Solovay–Strassen primality test which gave an an accuracy of (1-2^-certainty) * 100%. To implement the function the way the algorithim requied, I...

Use [attaswift/**BigInt**](https://github.com/attaswift/BigInt) as an inspiration for updating the README. Also, make sure that the README is compatible to be used as the main page for the documentation generated by Doxygen...

enhancement
docs

* [x] Add Doxyfile * [x] Update comments using the Doxygen style * [ ] Use the README as the documentation's main page * [ ] Update Doxyfile to be...

docs

Use Doxygen or other documentation generators for generating detailed and up-to-date documentation.

enhancement
docs