Syntax: MIN(num1[,num2...])Defn: A CI evaluator function that finds the smallest of several integers.Type: IntegerExample: min(5,4,-3,70,0)Result: -3