Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.
Returns the smallest number of all numbers provided.
Returns the base to the exponent power
Always rounds a number up to the next largest whole number or integer.
Calculates the percentage between two numbers.
Returns the remainder left over when one operand is divided by a second operand.
Subtracts the two operands, producing their difference.
Returns the result of raising first operand to the power second operand.
Multiplication operator produces the product of the operands.
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.