pi - Man Page
compute decimal Archimedes' constant Pi to arbitrary accuracy.
Examples (TL;DR)
- 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>.