You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
663 B

  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>.