Skip to content

Instantly share code, notes, and snippets.

@nauman
Created April 12, 2012 11:30
Show Gist options
  • Save nauman/2366634 to your computer and use it in GitHub Desktop.
Save nauman/2366634 to your computer and use it in GitHub Desktop.
<?php
$precision = 49;
ini_set("precision", $precision);
echo pi(); //will output 3.141592653589793115997963468544185161590576171875
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment