Skip to content

Commit 246e5b8

Browse files
author
Arthur
committed
Merge pull request DataDog#153 from DataDog/add_log_functions
Add log2 and log10 to the function list
2 parents 7548ed0 + 0fb660c commit 246e5b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/graphing.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,16 @@ <h2 id="functions">Arithmetic and Functions</h2>
268268
<td>Median filter, useful for reducing noise</td>
269269
</tr>
270270

271+
<tr>
272+
<td>log10()</td>
273+
<td>Base-10 logarithm</td>
274+
</tr>
275+
276+
<tr>
277+
<td>log2()</td>
278+
<td>Base-2 logarithm</td>
279+
</tr>
280+
271281
<tr>
272282
<td>top()</td>
273283
<td>Select the top series responsive to a given query, according to some ranking method. Takes four parameters:

0 commit comments

Comments
 (0)