w3resource

PHP: pi() function

Description

The pi() function is used to get the value of PI.

Version:

(PHP 4 and above)

Syntax:

pi()

Return value:

The value of pi.

Value Type: Float.

Pictorial Presentation

php-math-abc()

Example:

<?php
echo pi()
?>

Output:

3.1415926535898

View the example in the browser

See also

PHP Function Reference

Previous: octdec
Next: pow



Become a Patron!

Follow us on Facebook and Twitter for latest update.

It will be nice if you may share this link in any developer community or anywhere else, from where other developers may find this content. Thanks.

https://w3resource.com/php/function-reference/pi.php