Returns the smallest number of all numbers provided.
Always rounds a number up to the next largest whole number or integer.
Calculates the percentage between two numbers.
Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.
Subtracts the two operands, producing their difference.
Returns the result of raising first operand to the power second operand.
Returns the base to the exponent power
Returns the rounded value of the given number to specified precision (number of digits after the decimal point).
0
Returns the largest integer less than or equal to a given number.
Returns the remainder left over when one operand is divided by a second operand.
Multiplication operator produces the product of the operands.