Commit graph

4 commits

Author SHA1 Message Date
4f738e5609
Updated to default to 50k digits with no arguments, Makefile updates 2024-07-23 12:07:02 -04:00
7b3fc5cdf8
Added a newline at the end of output 2023-06-26 00:22:24 -04:00
218d5b7da8
Squashed bug causing incorrect digits. Now fully working
I totally brainfarted and put this->preDigits.size() in the for
loop comparison clause, which gets re-evaluated every loop.
So it was leaving digits on the stack that should have been
printed, causing errors both immediately and down the line.
2023-06-09 12:15:53 -04:00
aac5409a72 first commit of version ported line by line from python
Not working correctly yet, errors when handling
certain predigits
2023-06-07 02:08:12 -04:00