Post Reply 
Many digits of pi again
03-22-2014, 01:34 AM
Post: #3
Verification using Linux
There is the program pi available on Linux systems which calculates π to a specified number of decimal digits.

On a Linux machine connected to the Internet, at a terminal command line enter:
Code:
sudo apt-get install pi
The man page for pi gives the usage details.

Example:
Code:
$ pi 64
3.141592653589793238462643383279502884197169399375105820974944592

Before installing the program, you might want to update your system.
Code:
sudo apt-get update
sudo apt-get upgrade
The above could take a while.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Many digits of pi again - Benoit Maag - 01-27-2014, 06:44 AM
Verification using Linux - Frozen North - 03-22-2014 01:34 AM
RE: Many digits of pi again - davetheguru - 03-23-2014, 12:20 AM
RE: Many digits of pi again - d b - 02-12-2015, 07:06 PM
RE: Many digits of pi again - rprosperi - 02-12-2015, 10:59 PM



User(s) browsing this thread: 1 Guest(s)