From cf976111e09349be22821cd3f56a0c2c5a47b7ad Mon Sep 17 00:00:00 2001 From: Neel Gopaul Date: Thu, 15 Oct 2020 01:57:54 +0400 Subject: [PATCH] pi: add page (#4653) --- pages/linux/pi.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/pi.md diff --git a/pages/linux/pi.md b/pages/linux/pi.md new file mode 100644 index 0000000000..62c6c2d9e2 --- /dev/null +++ b/pages/linux/pi.md @@ -0,0 +1,24 @@ +# pi + +> Compute decimal Archimedes' constant Pi on the command line. +> More information: . + +- 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`