| Line 1: |
Line 1: |
| − | ==Ratios== | + | <div style="font-size:30px">'''RATIOS(Array)'''</div><br/> |
| | + | *<math>Array</math> is the set of numbers. |
| | + | |
| | + | ==Description== |
| | + | *This function returns the Ratio value of the given set of numbers. |
| | + | *In <math>Ratios(Array),array</math> is the set of values to find ratio. |
| | + | *Ratio is the quantitative relation between two amounts showing the number of times one value contains or is contained within the other. |
| | + | *It shows the relative sizes of two or more values. |
| | + | *A relationship between two quantities, normally expressed as the quotient of one divided by the other. |
| | + | *So in Ratio it is showing the relationship of all the given numbers in Decimals. |
| | + | |
| | + | ==Examples== |
| | + | # RATIOS(2,4,12) = 0.1111111111111111 0.2222222222222222 0.6666666666666666 |
| | + | # RATIOS(10.3,19.01,32.76,92.34,51.11) = 0.05011677695601402 0.09249708057609966 0.15940054495912806 0.449299338263916 0.24868625924484236 |