We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e7387 commit 837fe4aCopy full SHA for 837fe4a
v0.3/handbook/libraries/stdlib.md
@@ -316,6 +316,34 @@ bind
316
</tr>
317
</table>
318
319
+<table class="libitem">
320
+ <tr>
321
+ <td colspan="2">
322
+ <b>math/log</b> - Calculate the natural log of a value
323
+ </td>
324
+ </tr>
325
+
326
327
+ <td>
328
+ <ul>
329
+ <li><strong>value</strong> - the value to take the log of</li>
330
+ </ul>
331
332
333
+ <code>
334
+calculate the log of 17
335
+```
336
+search
337
+ x = math/log[value: 17]
338
339
+bind
340
+ [#ui/text text: "log(17) = {{x}}"]
341
342
+</code>
343
344
345
+</table>
346
347
<table class="libitem">
348
<tr>
349
<td colspan="2">
0 commit comments