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/little-endian-float64/README.md
+16
Original file line number
Diff line number
Diff line change
@@ -417,6 +417,14 @@ logEach( '%s', out );
417
417
418
418
<sectionclass="related">
419
419
420
+
* * *
421
+
422
+
## See Also
423
+
424
+
- <spanclass="package-name">[`@stdlib/array/fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><spanclass="delimiter">: </span><spanclass="description">Float64Array having a specified byte order.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/dswap/README.md
+21
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,15 @@ int main( void ) {
304
304
305
305
<section class="related">
306
306
307
+
* * *
308
+
309
+
## See Also
310
+
311
+
- <span class="package-name">[`@stdlib/blas/base/dcopy`][@stdlib/blas/base/dcopy]</span><span class="delimiter">: </span><span class="description">copy values from x into y.</span>
312
+
- <span class="package-name">[`@stdlib/blas/base/gswap`][@stdlib/blas/base/gswap]</span><span class="delimiter">: </span><span class="description">interchange two vectors.</span>
313
+
- <span class="package-name">[`@stdlib/blas/base/sswap`][@stdlib/blas/base/sswap]</span><span class="delimiter">: </span><span class="description">interchange two single-precision floating-point vectors.</span>
314
+
- <span class="package-name">[`@stdlib/blas/dswap`][@stdlib/blas/dswap]</span><span class="delimiter">: </span><span class="description">interchange two double-precision floating-point vectors.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/tand/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,13 @@ int main( void ) {
170
170
171
171
<sectionclass="related">
172
172
173
+
* * *
174
+
175
+
## See Also
176
+
177
+
- <spanclass="package-name">[`@stdlib/math/base/special/tan`][@stdlib/math/base/special/tan]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the tangent of a number.</span>
178
+
- <spanclass="package-name">[`@stdlib/math/base/special/cosd`][@stdlib/math/base/special/cosd]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine of an angle measured in degrees.</span>
- <spanclass="package-name">[`@stdlib/string/base/lowercase`][@stdlib/string/base/lowercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to lowercase.</span>
84
+
- <spanclass="package-name">[`@stdlib/string/base/uppercase`][@stdlib/string/base/uppercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to uppercase.</span>
- <spanclass="package-name">[`@stdlib/string/base/format-tokenize`][@stdlib/string/base/format-tokenize]</span><spanclass="delimiter">: </span><spanclass="description">tokenize a string into an array of string parts and format identifier objects.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/last/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,12 @@ str = last( 'good night', 5 );
81
81
82
82
* * *
83
83
84
+
## See Also
85
+
86
+
- <spanclass="package-name">[`@stdlib/string/base/first`][@stdlib/string/base/first]</span><spanclass="delimiter">: </span><spanclass="description">return the first UTF-16 code unit of a string.</span>
87
+
- <spanclass="package-name">[`@stdlib/string/base/last-code-point`][@stdlib/string/base/last-code-point]</span><spanclass="delimiter">: </span><spanclass="description">return the last Unicode code point of a string.</span>
88
+
- <spanclass="package-name">[`@stdlib/string/base/last-grapheme-cluster`][@stdlib/string/base/last-grapheme-cluster]</span><spanclass="delimiter">: </span><spanclass="description">return the last grapheme cluster (i.e., user-perceived character) of a string.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/pascalcase/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,14 @@ out = pascalcase( str );
84
84
85
85
<sectionclass="related">
86
86
87
+
* * *
88
+
89
+
## See Also
90
+
91
+
- <spanclass="package-name">[`@stdlib/string/base/camelcase`][@stdlib/string/base/camelcase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to camel case.</span>
92
+
- <spanclass="package-name">[`@stdlib/string/base/lowercase`][@stdlib/string/base/lowercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to lowercase.</span>
93
+
- <spanclass="package-name">[`@stdlib/string/base/uppercase`][@stdlib/string/base/uppercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to uppercase.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/remove-last/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,14 @@ str = removeLast( 'The Last of the Mohicans', 5 );
79
79
80
80
<sectionclass="related">
81
81
82
+
* * *
83
+
84
+
## See Also
85
+
86
+
- <spanclass="package-name">[`@stdlib/string/base/remove-last-code-point`][@stdlib/string/base/remove-last-code-point]</span><spanclass="delimiter">: </span><spanclass="description">remove the last Unicode code point of a string.</span>
87
+
- <spanclass="package-name">[`@stdlib/string/base/remove-last-grapheme-cluster`][@stdlib/string/base/remove-last-grapheme-cluster]</span><spanclass="delimiter">: </span><spanclass="description">remove the last grapheme cluster (i.e., user-perceived character) of a string.</span>
88
+
- <spanclass="package-name">[`@stdlib/string/base/remove-first`][@stdlib/string/base/remove-first]</span><spanclass="delimiter">: </span><spanclass="description">remove the first UTF-16 code unit of a string.</span>
89
+
82
90
</section>
83
91
84
92
<!-- /.related -->
@@ -87,6 +95,16 @@ str = removeLast( 'The Last of the Mohicans', 5 );
- <spanclass="package-name">[`@stdlib/utils/any-by`][@stdlib/utils/any-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one element in a collection passes a test implemented by a predicate function.</span>
206
-
- <spanclass="package-name">[`@stdlib/utils/every-by`][@stdlib/utils/every-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection pass a test implemented by a predicate function.</span>
207
-
- <spanclass="package-name">[`@stdlib/utils/none-by`][@stdlib/utils/none-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in a collection fail a test implemented by a predicate function.</span>
208
-
- <spanclass="package-name">[`@stdlib/utils/async/some-by`][@stdlib/utils/async/some-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether a collection contains `n` elements which pass a test implemented by a predicate function.</span>
209
-
- <spanclass="package-name">[`@stdlib/utils/some-by-right`][@stdlib/utils/some-by-right]</span><spanclass="delimiter">: </span><spanclass="description">test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.</span>
205
+
- <spanclass="package-name">[`@stdlib/utils/any-in-by`][@stdlib/utils/any-in-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether at least one property in an object passes a test implemented by a predicate function.</span>
206
+
- <spanclass="package-name">[`@stdlib/utils/every-in-by`][@stdlib/utils/every-in-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.</span>
207
+
- <spanclass="package-name">[`@stdlib/utils/some-by`][@stdlib/utils/some-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.</span>
208
+
- <spanclass="package-name">[`@stdlib/utils/some-own-by`][@stdlib/utils/some-own-by]</span><spanclass="delimiter">: </span><spanclass="description">test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.</span>
0 commit comments