Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Created November 15, 2011 21:33
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 nicerobot/1368428 to your computer and use it in GitHub Desktop.
Save nicerobot/1368428 to your computer and use it in GitHub Desktop.
time how long it takes to print Pi 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