Skip to content

Instantly share code, notes, and snippets.

@MartinBspheroid
Created April 1, 2014 18:52
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 MartinBspheroid/9920572 to your computer and use it in GitHub Desktop.
Save MartinBspheroid/9920572 to your computer and use it in GitHub Desktop.
Usefull C++ stuff
double PI = 4.0 * atan(1.0); // precise PI calculation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment