Created
November 15, 2011 21:33
-
-
Save nicerobot/1368428 to your computer and use it in GitHub Desktop.
time how long it takes to print Pi to 5000 places
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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