PHP Math
Mathematical functions.
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
pi()- Returns the value of PImin()andmax()- Find lowest and highest valueabs()- Absolute valuesqrt()- Square rootround()- Round a floating-point numberrand()- Generate a random number