Mega Code Archive

 
Categories / Php / Code Snippets
 

Shows the value of PI

<?php print(pi() . "<br>"); print(M_PI . "<br>"); ?>