| Line 1: |
Line 1: |
| − | <div style="font-size:30px"> '''MIN(n1,n2,n3,..)''' </div><br/> | + | <div style="font-size:30px"> '''MIN()''' </div><br/> |
| − | *<math>n1,n2,n3... </math> are the numbers. | + | *Parameters are any set of numbers. |
| | | | |
| | ==Description== | | ==Description== |
| | *This function gives the smallest number in a given set of values. | | *This function gives the smallest number in a given set of values. |
| − | *In <math> MIN(n1,n2,n3,...)</math> <math>n1</math> is required and <math> n2,n3...</math> ,are optional. | + | *In <math> MIN()</math>,First parameter is required and from the second parameter are optional. |
| − | *Here <math> n1,n2,n3...</math>, can be numbers, names, arrays or references that contain numbers. | + | *Here Parameters can be numbers, names, arrays or references that contain numbers. |
| | *Also logical values and text representation can be valid when we are entering directly. | | *Also logical values and text representation can be valid when we are entering directly. |
| | *In a referred array only numbers are considered.Empty cells,logical values or text in the referred array are not considered. | | *In a referred array only numbers are considered.Empty cells,logical values or text in the referred array are not considered. |
| Line 13: |
Line 13: |
| | | | |
| | ==ZOS== | | ==ZOS== |
| − | *The syntax is to calculate minimum number in the given set of numbers in ZOS is <math>MIN(n1,n2,...)</math>. | + | *The syntax is to calculate minimum number in the given set of numbers in ZOS is <math>MIN()</math>. |
| − | **<math>n1,n2,n3... </math> are the numbers. | + | **Parameters are any set of numbers. |
| | *For e.g., MIN(2..10,-11..-4) | | *For e.g., MIN(2..10,-11..-4) |
| | | | |