Calculate digits of Pi in hexadecimal.
Josh Bicking 150d9e162a Disable output buffering, add arg to enable it. | 7 years ago | |
---|---|---|
app | 7 years ago | |
src | 7 years ago | |
test | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
Setup.hs | 7 years ago | |
pi-digits.cabal | 7 years ago | |
stack.yaml | 7 years ago |
Calculate requested digits of Pi.
Built using The BBP Algorithm for Pi.
Install stack
, then run stack build
from inside the repository.
Run stack exec pi-digits-exe
, or execute the binary found in ./.stack-work/install/
.
optparse-applicative
for more formal/extensive arg parsing.prompt
with a monad.optparse-applicative
.delim
and printFun
.parseIndex
handles all parsing and calling logic now.--buffer
.