Source Code:
(back to article)
<?php // Get the value of pi using the pi() function $result = pi(); // Output the result echo $result; ?>
Result:
Report an issue