PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP pi() Function
The pi()
function returns the value of PI:
Example
echo(pi());
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
The pi()
function returns the value of PI:
echo(pi());