File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -319,25 +319,25 @@ bind
319
319
<table class =" libitem " >
320
320
<tr >
321
321
<td colspan="2">
322
- <b>math/log </b> - Calculate the natural log of a value
322
+ <b>math/ln </b> - Calculate the natural log of a value
323
323
</td>
324
324
</tr >
325
325
326
326
<tr >
327
327
<td>
328
328
<ul>
329
- <li><strong>value</strong> - the value to take the log of</li>
329
+ <li><strong>value</strong> - the value to take the natural log of</li>
330
330
</ul>
331
331
</td>
332
332
<td>
333
333
<code>
334
- calculate the log of 17
334
+ calculate the natural laog of 17
335
335
```
336
336
search
337
- x = math/log [value: 17]
337
+ x = math/ln [value: 17]
338
338
339
339
bind
340
- [#ui/text text: "log (17) = {{x}}"]
340
+ [#ui/text text: "ln (17) = {{x}}"]
341
341
```
342
342
</code >
343
343
</td>
You can’t perform that action at this time.
0 commit comments