Skip to content

Commit ee26175

Browse files
committed
update doc to meet definition
1 parent 837fe4a commit ee26175

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,25 +319,25 @@ bind
319319
<table class="libitem">
320320
<tr>
321321
<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
323323
</td>
324324
</tr>
325325

326326
<tr>
327327
<td>
328328
<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>
330330
</ul>
331331
</td>
332332
<td>
333333
<code>
334-
calculate the log of 17
334+
calculate the natural laog of 17
335335
```
336336
search
337-
x = math/log[value: 17]
337+
x = math/ln[value: 17]
338338
339339
bind
340-
[#ui/text text: "log(17) = {{x}}"]
340+
[#ui/text text: "ln(17) = {{x}}"]
341341
```
342342
</code>
343343
</td>

0 commit comments

Comments
 (0)