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/array/take/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ console.log( y );
130
130
131
131
## See Also
132
132
133
+
- <span class="package-name">[`@stdlib/array/put`][@stdlib/array/put]</span><span class="delimiter">: </span><span class="description">replace specified elements of an array with provided values.</span>
133
134
- <span class="package-name">[`@stdlib/array/slice`][@stdlib/array/slice]</span><span class="delimiter">: </span><span class="description">return a shallow copy of a portion of an array.</span>
- <spanclass="package-name">[`@stdlib/assert/is-finite`][@stdlib/assert/is-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a finite number.</span>
150
+
- <spanclass="package-name">[`@stdlib/assert/is-negative-number`][@stdlib/assert/is-negative-number]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a number having a negative value.</span>
151
+
- <spanclass="package-name">[`@stdlib/assert/is-positive-finite`][@stdlib/assert/is-positive-finite]</span><spanclass="delimiter">: </span><spanclass="description">test if a value is a number having a finite positive value.</span>
- <spanclass="package-name">[`@stdlib/math/base/special/ln`][@stdlib/math/base/special/ln]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of a double-precision floating-point number.</span>
- <spanclass="package-name">[`@stdlib/math/base/special/log`][@stdlib/math/base/special/log]</span><spanclass="delimiter">: </span><spanclass="description">compute the base `b` logarithm of a double-precision floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/filter-map/README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,15 @@ console.log( ndarray2array( y ) );
246
246
247
247
<sectionclass="related">
248
248
249
+
* * *
250
+
251
+
## See Also
252
+
253
+
- <spanclass="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
254
+
- <spanclass="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><spanclass="delimiter">: </span><spanclass="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
255
+
- <spanclass="package-name">[`@stdlib/ndarray/reject`][@stdlib/ndarray/reject]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.</span>
256
+
- <spanclass="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><spanclass="delimiter">: </span><spanclass="description">return a read-only view of an input ndarray.</span>
257
+
249
258
</section>
250
259
251
260
<!-- /.related -->
@@ -260,6 +269,14 @@ console.log( ndarray2array( y ) );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/README.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,6 @@ for ( i = 0; i < 10; i++ ) {
143
143
144
144
<!-- /.examples -->
145
145
146
-
147
146
<!-- C interface documentation. -->
148
147
149
148
* * *
@@ -240,10 +239,8 @@ int main( void ) {
240
239
241
240
</section>
242
241
243
-
244
242
<!-- /.c -->
245
243
246
-
247
244
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
248
245
249
246
<sectionclass="references">
@@ -252,7 +249,6 @@ int main( void ) {
252
249
253
250
<!-- /.references -->
254
251
255
-
256
252
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments