]> www.ginac.de Git - cln.git/blob - examples/pi.1
Enable modifying operators by default.
[cln.git] / examples / pi.1
1 .TH PI 1
2 .SH NAME
3 pi \- compute decimal Archimedes' constant Pi to arbitrary accuracy.
4 .SH SYNOPSIS
5 .B pi
6 .I "[digits]"
7 .br
8 .SH "DESCRIPTION"
9 The
10 .BR pi 
11 command prints 100 decimal digits of Archimedes' constant pi or
12 a number of digits specified by an integer parameter on the command
13 line.
14 .TP
15 .B \-\-help
16 Show summary of options.
17 .TP
18 .B \-\-version
19 Show version of program and exit.
20 .TP
21 .B \-\-bibliography
22 Output recommended readings and exit.
23 .SH "SEE ALSO"
24 The CLN library is documented fully by
25 .IR "cln" ,
26 available via the Info system.
27 .SH AUTHOR
28 CLN was written by Bruno Haible <haible@gnu.org> and is 
29 maintained by Richard Kreckel <kreckel@ginac.de>.