Skip to content

Commit 54898d8

Browse files
committed
docs: update related packages sections
1 parent 9ab0f17 commit 54898d8

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

  • lib/node_modules/@stdlib

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ int main( void ) {
192192

193193
<!-- <related-links> -->
194194

195-
[@stdlib/math/base/special/lnf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/lnf
196-
197195
<!-- </related-links> -->
198196

199197
</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)