1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:22:08 +02:00
tldr/pages/linux/pi.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

24 lines
371 B
Markdown

# pi
> Compute decimal Archimedes' constant Pi.
> More information: <https://manned.org/pi>.
- Display 100 decimal digits of Archimedes' constant Pi:
`pi`
- Display a specified number of decimal digits of Archimedes' constant Pi:
`pi {{number}}`
- Display help:
`pi --help`
- Display version:
`pi --version`
- Display recommended readings:
`pi --bibliography`