summaryrefslogtreecommitdiff
path: root/README.md
blob: 025534fa68e87fc6243d22b79471373bf7400086 (plain)
1
2
3
4
5
6
7
8
9
# pi

Digits of pi, using the fact that

```
pi = pi + sin(pi)
```

Usage: `./pi` - generate 100 digits of pi; `./pi n` - generate n digits of pi