PHP – abs() Function
The PHP abs() function returns the absolute (positive) value of a number.
The PHP atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.
The PHP atan2() function returns the arc tangent of y/x, in radians, where x and y are the coordinates of a point (x,y).
The PHP base_convert() function converts a number from one number base to another.
The PHP ceil() function rounds a number up to the nearest integer if necessary.
The PHP cos() function returns the cosine (a numeric value between -1 and 1) of a number.
The PHP cosh() function returns the hyperbolic cosine of a number (equivalent to (exp(number) + exp(-number)) / 2).
The PHP floor() function rounds a number DOWN to the nearest integer, if necessary, and returns the result.