Calculate digits of Pi in hexadecimal.
Josh Bicking 512e4a2339 Separate into files, consolidate calling to avoid passing. | преди 7 години | |
---|---|---|
app | преди 7 години | |
src | преди 7 години | |
test | преди 7 години | |
.gitignore | преди 7 години | |
LICENSE | преди 7 години | |
README.md | преди 7 години | |
Setup.hs | преди 7 години | |
pi-digits.cabal | преди 7 години | |
stack.yaml | преди 7 години |
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.