mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
463 B
Plaintext
30 lines
463 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 recommended readings:
|
|
|
|
`pi --bibliography`
|
|
|
|
- Display help:
|
|
|
|
`pi --help`
|
|
|
|
- Display version:
|
|
|
|
`pi --version`
|