Syed Faheel Ahmad
Syed Faheel Ahmad
@surajumang Since all arithmetic operations (except division) are done from right to left, it's simpler to store the right-most digit as the first digit in an array since it will...
@surajumang Yes, it would require a complete rewrite of all the arithmetic operators and a few other methods. I'll be creating a new branch and will implement some basic stuff...
@SingleJourney English please! Google Translate isn't perfect :)
@surajumang @OmriHab I've added the branch [`base-2-to-the-64`](https://github.com/faheel/BigInt/tree/base-2-to-the-64). The changes made so far on this branch can be tracked by [comparing the branch with `master`](https://github.com/faheel/BigInt/compare/base-2-to-the-64).
@OmriHab Good suggestion! I'll change the type to `uint64_t`.
@DarkenedOrigins If you're interested in working on it then I would be glad to help you by reviewing the code and helping with the logic. You can start by creating...
@DarkenedOrigins The existing class can be renamed to `BigIntString` and then you can create a new `BigInt` class.
> inorder to be less destructive I made a new class called BigInt64 Good call! We can do the renaming later. > The only problem I had was difficulty in...
@B1Z0N Sorry for not taking a look at this for almost a year! Your idea seems good. I'll review your PR when I get more time. And I really don't...
[Hyde](https://github.com/adobe/hyde) might be a good alternative to Doxygen.