mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 19:49:39 +00:00
Update cheatsheets
This commit is contained in:
29
linux/pi
Normal file
29
linux/pi
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user