Skip to content

Instantly share code, notes, and snippets.

@bkenny
Created June 29, 2011 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkenny/1053620 to your computer and use it in GitHub Desktop.
Save bkenny/1053620 to your computer and use it in GitHub Desktop.
Calculate Pi on a Mac to 5000 places
time echo "scale=5000; 4*a(1)" | bc -l -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment