Skip to content

Instantly share code, notes, and snippets.

@mlevans
Created May 31, 2012 04:48
Show Gist options
  • Save mlevans/2841127 to your computer and use it in GitHub Desktop.
Save mlevans/2841127 to your computer and use it in GitHub Desktop.
π
var π = Math.PI; // uni_pi = '\u03C0';
console.log(π);
// >> 3.141592653589793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment