PHP Math Functions – pi, abs, sqrt, min, max, rand, round, floor, ceil, pow, is_nan, is_numeric

## PHP Math Function
PHP has several built in methods to work with Mathematics. Let’s get the list of that –

Method NameDescriptionExampleResult
pi()Get Pi number valueecho pi(); // 3.1415926535898Return PI value<

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top