A C++ implementation of the spigot algorithm for generating digits of pi.
Go to file
A.M. Rowsell 97018305fd
Few small changes, added Windows makefile, LICENSE
Code is licensed under the MPLv2. Changed the makefile to, by
default, optimize to level 3. make debug will remove optimization
and add gdb debugging symbols, which slows output down quite
a bit. Removed an assertion leftover from bug squashing.
2023-06-09 20:21:32 -04:00
.depend first commit of version ported line by line from python 2023-06-07 02:08:12 -04:00
.gitignore Squashed bug causing incorrect digits. Now fully working 2023-06-09 12:15:53 -04:00
LICENSE Few small changes, added Windows makefile, LICENSE 2023-06-09 20:21:32 -04:00
Makefile Few small changes, added Windows makefile, LICENSE 2023-06-09 20:21:32 -04:00
Makefile.win Few small changes, added Windows makefile, LICENSE 2023-06-09 20:21:32 -04:00
Spigot.cpp Few small changes, added Windows makefile, LICENSE 2023-06-09 20:21:32 -04:00
Spigot.hpp Squashed bug causing incorrect digits. Now fully working 2023-06-09 12:15:53 -04:00
main.cpp Squashed bug causing incorrect digits. Now fully working 2023-06-09 12:15:53 -04:00