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/math/strided/special/bessely0-by/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
@@ -229,6 +229,14 @@ console.log( y );
229
229
230
230
<section class="related">
231
231
232
+
***
233
+
234
+
## See Also
235
+
236
+
-<span class="package-name">[`@stdlib/math/strided/special/besselj0-by`][@stdlib/math/strided/special/besselj0-by]</span><span class="delimiter">:</span><span class="description">compute the Bessel function of the first kind of order zero for each element retrieved from an input strided array via a callback function.</span>
237
+
- <span class="package-name">[`@stdlib/math/strided/special/besselj1-by`][@stdlib/math/strided/special/besselj1-by]</span><span class="delimiter">: </span><span class="description">compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.</span>
238
+
- <span class="package-name">[`@stdlib/math/strided/special/bessely1-by`][@stdlib/math/strided/special/bessely1-by]</span><span class="delimiter">: </span><span class="description">compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/right-trim/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,12 @@ out = rtrim( '\n\n\nNew Lines\n\n\n' );
96
96
97
97
<sectionclass="related">
98
98
99
+
* * *
100
+
101
+
## See Also
102
+
103
+
- <spanclass="package-name">[`@stdlib/string/base/left-trim`][@stdlib/string/base/left-trim]</span><spanclass="delimiter">: </span><spanclass="description">trim whitespace characters from the beginning of a string.</span>
104
+
99
105
</section>
100
106
101
107
<!-- /.related -->
@@ -106,6 +112,12 @@ out = rtrim( '\n\n\nNew Lines\n\n\n' );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/startcase/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
@@ -82,6 +82,14 @@ str = startcase( '' );
82
82
83
83
<sectionclass="related">
84
84
85
+
* * *
86
+
87
+
## See Also
88
+
89
+
- <spanclass="package-name">[`@stdlib/string/base/capitalize`][@stdlib/string/base/capitalize]</span><spanclass="delimiter">: </span><spanclass="description">capitalize the first character in a string.</span>
90
+
- <spanclass="package-name">[`@stdlib/string/base/lowercase`][@stdlib/string/base/lowercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to lowercase.</span>
91
+
- <spanclass="package-name">[`@stdlib/string/base/uppercase`][@stdlib/string/base/uppercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to uppercase.</span>
0 commit comments