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