pi
Compute decimal Archimedes' constant Pi on the command line.
TLDR
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
SYNOPSIS
pi [digits]
DESCRIPTION
The pi command prints 100 decimal digits of Archimedes' constant pi or a number of digits specified by an integer parameter on the command line.
- --help
-
Show summary of options.
- --version
-
Show version of program and exit.
- --bibliography
-
Output recommended readings and exit.
SEE ALSO
The CLN library is documented fully by cln, available via the Info system.
AUTHOR
CLN was written by Bruno Haible <haible@gnu.org> and is maintained by Richard Kreckel <kreckel@ginac.de>.