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

A small program to generate the 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