You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-same-complex64array/README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,15 @@ out = isSameComplex64Array( x, y );
94
94
95
95
<sectionclass="related">
96
96
97
+
* * *
98
+
99
+
## See Also
100
+
101
+
- <spanclass="package-name">[`@stdlib/assert/is-complex64array`][@stdlib/assert/is-complex64array]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a Complex64Array.</span>
102
+
- <spanclass="package-name">[`@stdlib/assert/is-same-complex128array`][@stdlib/assert/is-same-complex128array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Complex128Arrays and have the same values.</span>
103
+
- <spanclass="package-name">[`@stdlib/assert/is-same-float32array`][@stdlib/assert/is-same-float32array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Float32Arrays and have the same values.</span>
104
+
- <spanclass="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are the same value.</span>
105
+
97
106
</section>
98
107
99
108
<!-- /.related -->
@@ -106,6 +115,16 @@ out = isSameComplex64Array( x, y );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/assert/is-same-float64array/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,13 @@ out = isSameFloat64Array( x, y );
94
94
95
95
<sectionclass="related">
96
96
97
+
* * *
98
+
99
+
## See Also
100
+
101
+
- <spanclass="package-name">[`@stdlib/assert/is-same-float32array`][@stdlib/assert/is-same-float32array]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are both Float32Arrays and have the same values.</span>
102
+
- <spanclass="package-name">[`@stdlib/assert/is-same-value`][@stdlib/assert/is-same-value]</span><spanclass="delimiter">: </span><spanclass="description">test if two arguments are the same value.</span>
103
+
97
104
</section>
98
105
99
106
<!-- /.related -->
@@ -106,6 +113,12 @@ out = isSameFloat64Array( x, y );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/cosine/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,14 @@ for ( i = 0; i < 100; i++ ) {
401
401
402
402
<sectionclass="related">
403
403
404
+
* * *
405
+
406
+
## See Also
407
+
408
+
- <spanclass="package-name">[`@stdlib/random/array/cosine`][@stdlib/random/array/cosine]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a raised cosine distribution.</span>
409
+
- <spanclass="package-name">[`@stdlib/random/iter/cosine`][@stdlib/random/iter/cosine]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.</span>
410
+
- <spanclass="package-name">[`@stdlib/random/streams/cosine`][@stdlib/random/streams/cosine]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a raised cosine distribution.</span>
411
+
404
412
</section>
405
413
406
414
<!-- /.related -->
@@ -413,6 +421,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/frechet/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -421,6 +421,14 @@ for ( i = 0; i < 100; i++ ) {
421
421
422
422
<sectionclass="related">
423
423
424
+
* * *
425
+
426
+
## See Also
427
+
428
+
- <spanclass="package-name">[`@stdlib/random/array/frechet`][@stdlib/random/array/frechet]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a Fréchet distribution.</span>
429
+
- <spanclass="package-name">[`@stdlib/random/iter/frechet`][@stdlib/random/iter/frechet]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.</span>
430
+
- <spanclass="package-name">[`@stdlib/random/streams/frechet`][@stdlib/random/streams/frechet]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.</span>
431
+
424
432
</section>
425
433
426
434
<!-- /.related -->
@@ -433,6 +441,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/hypergeometric/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,6 +423,14 @@ for ( i = 0; i < 100; i++ ) {
423
423
424
424
<sectionclass="related">
425
425
426
+
* * *
427
+
428
+
## See Also
429
+
430
+
- <spanclass="package-name">[`@stdlib/random/array/hypergeometric`][@stdlib/random/array/hypergeometric]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from a hypergeometric distribution.</span>
431
+
- <spanclass="package-name">[`@stdlib/random/iter/hypergeometric`][@stdlib/random/iter/hypergeometric]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.</span>
432
+
- <spanclass="package-name">[`@stdlib/random/streams/hypergeometric`][@stdlib/random/streams/hypergeometric]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.</span>
433
+
426
434
</section>
427
435
428
436
<!-- /.related -->
@@ -437,6 +445,16 @@ for ( i = 0; i < 100; i++ ) {
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/fligner-test/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ var table = out.print();
190
190
191
191
## See Also
192
192
193
-
- <spanclass="package-name">[`@stdlib/stats/bartlett-test`][@stdlib/stats/bartlett-test]</span><spanclass="delimiter">: </span><spanclass="description">bartlett’s test for equal variances.</span>
193
+
- <spanclass="package-name">[`@stdlib/stats/bartlett-test`][@stdlib/stats/bartlett-test]</span><spanclass="delimiter">: </span><spanclass="description">Bartlett’s test for equal variances.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/remove-first/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ oop
202
202
203
203
## See Also
204
204
205
-
- <span class="package-name">[`@stdlib/string/remove-last`][@stdlib/string/remove-last]</span><span class="delimiter">: </span><span class="description">remove the last character of a string.</span>
205
+
- <span class="package-name">[`@stdlib/string/remove-last`][@stdlib/string/remove-last]</span><span class="delimiter">: </span><span class="description">remove the last character(s) of a string.</span>
0 commit comments