explain below the mathematical function with suitable example sum( ) and MIN ( )
Answers
Answered by
0
Dear friend,
The SUM() function is used to find the total sum of the numbers or variables of number type provided as arguments for this function. It is a function which can take infinite number of arguments.
Example - SUM(5,2) = 7
The MIN() function is used to find the value having the lowest value from the numbers provided as arguments for this function. It is a function which can take infinite number of arguments as the above function.
Example - MIN(8,3) = 3
Hope it helps !!!
Similar questions