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