Skip to content

Commit 9c412c7

Browse files
stdlib-botkgryte
andauthored
docs: update related packages sections
PR-URL: #8860 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent d00c1ad commit 9c412c7

File tree

2 files changed

+5
-5
lines changed
  • lib/node_modules/@stdlib

2 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/math/base/special/log1pf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ int main( void ) {
190190

191191
<section class="links">
192192

193-
<!-- <related-links> -->
194-
195193
[@stdlib/math/base/special/lnf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lnf
196194

195+
<!-- <related-links> -->
196+
197197
<!-- </related-links> -->
198198

199199
</section>

lib/node_modules/@stdlib/stats/base/ndarray/meanwd/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
The [arithmetic mean][arithmetic-mean] is defined as
2828

2929
<!-- <equation class="equation" label="eq:arithmetic_mean" align="center" raw="\mu = \frac{1}{n} \sum_{i=0}^{n-1} x_i" alt="Equation for the arithmetic mean."> -->
30-
30+
3131
```math
3232
\mu = \frac{1}{n} \sum_{i=0}^{n-1} x_i
3333
```
@@ -46,15 +46,15 @@ The [arithmetic mean][arithmetic-mean] is defined as
4646
<section class="usage">
4747

4848
## Usage
49-
49+
5050
```javascript
5151
var meanwd = require( '@stdlib/stats/base/ndarray/meanwd' );
5252
```
5353

5454
#### meanwd( arrays )
5555

5656
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional ndarray using Welford's algorithm.
57-
57+
5858
```javascript
5959
var ndarray = require( '@stdlib/ndarray/base/ctor' );
6060

0 commit comments

Comments
 (0)