Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created December 12, 2015 23:57
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 andrewpmiller/162239cee8e253633b2a to your computer and use it in GitHub Desktop.
Save andrewpmiller/162239cee8e253633b2a to your computer and use it in GitHub Desktop.
Formatted comment text for calculating Pi using the Leibniz formula
/*
Calculating Pi with the Leibniz formula:
1 1 1 1 π
1 - ––– + ––– - ––– + ––– - ... = –––
3 5 7 9 4
https://en.wikipedia.org/wiki/Leibniz_formula_for_π
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment