File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 380
380
<table class =" libitem " >
381
381
<tr >
382
382
<td colspan="2">
383
- <b>math/absolute</b> - Absolute value of a number
383
+ <b>math/absolute</b> - absolute value of a number
384
384
</td>
385
385
</tr >
386
386
@@ -416,14 +416,14 @@ commit
416
416
<table class =" libitem " >
417
417
<tr >
418
418
<td colspan="2">
419
- <b>math/pow</b> - Raise a value to an exponent
419
+ <b>math/pow</b> - raise a value to an exponent
420
420
</td>
421
421
</tr >
422
422
423
423
<tr >
424
424
<td>
425
425
<ul>
426
- <li><strong>value</strong> - the mantissa </li>
426
+ <li><strong>value</strong> - the vale to exponentiate </li>
427
427
<li><strong>exponent</strong> - the exponent</li>
428
428
</ul>
429
429
</td>
444
444
<table class =" libitem " >
445
445
<tr >
446
446
<td colspan="2">
447
- <b>math/ln</b> - Calculate the natural log of a value
447
+ <b>math/ln</b> - calculate the natural log of a value
448
448
</td>
449
449
</tr >
450
450
456
456
</td>
457
457
<td>
458
458
<code>
459
- calculate the natural laog of 17
459
+ calculate the natural log of 17
460
460
```
461
461
search
462
462
x = math/ln[value: 17]
472
472
<table class =" libitem " >
473
473
<tr >
474
474
<td colspan="2">
475
- <b>math/to-fixed</b> - Formats a number as a string to a certain number of decimal places
475
+ <b>math/to-fixed</b> - formats a number as a string to a certain number of decimal places
476
476
</td>
477
477
</tr >
478
478
503
503
<table class =" libitem " >
504
504
<tr >
505
505
<td colspan="2">
506
- <b>math/range</b> - Generates a range of numbers
506
+ <b>math/range</b> - generates a range of numbers
507
507
</td>
508
508
</tr >
509
509
You can’t perform that action at this time.
0 commit comments