1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pi.md

25 lines
371 B
Markdown
Raw Normal View History

2020-10-15 01:57:54 +04:00
# pi
> Compute decimal Archimedes' constant Pi.
> More information: <https://manned.org/pi>.
2020-10-15 01:57:54 +04:00
- Display 100 decimal digits of Archimedes' constant Pi:
`pi`
- Display a specified number of decimal digits of Archimedes' constant Pi:
`pi {{number}}`
- Display recommended readings:
`pi --bibliography`
2020-10-15 01:57:54 +04:00
- Display help:
`pi --help`
- Display version:
`pi --version`