Changes

Jump to navigation Jump to search
268 bytes added ,  22:13, 5 December 2013
no edit summary
Line 21: Line 21:  
*The function can be used to find the logarithm of array of numbers with a specified base.
 
*The function can be used to find the logarithm of array of numbers with a specified base.
   −
e.g. LOG(10..20, 2) that displays the output as below -
+
e.g. LOG(10..15, 2) that displays the output as below -
    +
{| class="wikitable"
 +
|-
 +
! number !! base !! LOG Output
 +
|-
 +
| 10 || 2 || 3.3219280948873626
 +
|-
 +
| 11 || 2 || 3.4594316186372977
 +
|-
 +
| 12 || 2 || 3.5849625007211565
 +
|-
 +
| 13 || 2 || 3.700439718141092
 +
|-
 +
| 14 || 2 || 3.8073549220576037
 +
|-
 +
| 15 || 2 || 3.9068905956085187
 +
|}
    
== Examples ==
 
== Examples ==
writer
2,661

edits

Navigation menu