A C++ implementation of the spigot algorithm for generating digits of pi.
A.M. Rowsell
218d5b7da8
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. |
||
---|---|---|
.depend | ||
.gitignore | ||
main.cpp | ||
Makefile | ||
Spigot.cpp | ||
Spigot.hpp |