Skip to content

Instantly share code, notes, and snippets.

@hrs
Created July 17, 2014 16:38
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 hrs/76fd3acbf5d8e44935c7 to your computer and use it in GitHub Desktop.
Save hrs/76fd3acbf5d8e44935c7 to your computer and use it in GitHub Desktop.
Probabilistic calculation of pi in 56 characters
p (0..1000000).count{rand<Math.sqrt(1-rand**2)}/250000.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment