Calculate digits of Pi in hexadecimal.
|
|
пре 8 година | |
|---|---|---|
| app | пре 8 година | |
| src | пре 8 година | |
| test | пре 8 година | |
| .gitignore | пре 8 година | |
| LICENSE | пре 8 година | |
| README.md | пре 8 година | |
| Setup.hs | пре 8 година | |
| pi-digits.cabal | пре 8 година | |
| stack.yaml | пре 8 година |
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.