Calculate digits of Pi in hexadecimal.
|
|
vor 8 Jahren | |
|---|---|---|
| app | vor 8 Jahren | |
| src | vor 8 Jahren | |
| test | vor 8 Jahren | |
| .gitignore | vor 8 Jahren | |
| LICENSE | vor 8 Jahren | |
| README.md | vor 8 Jahren | |
| Setup.hs | vor 8 Jahren | |
| pi-digits.cabal | vor 8 Jahren | |
| stack.yaml | vor 8 Jahren |
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.