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/number/float64/base/set-low-word/README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,13 @@ int main( void ) {
197
197
198
198
<section class="related">
199
199
200
+
* * *
201
+
202
+
## See Also
203
+
204
+
- <span class="package-name">[`@stdlib/number/float64/base/get-low-word`][@stdlib/number/float64/base/get-low-word]</span><span class="delimiter">: </span><span class="description">return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.</span>
205
+
- <span class="package-name">[`@stdlib/number/float64/base/set-high-word`][@stdlib/number/float64/base/set-high-word]</span><span class="delimiter">: </span><span class="description">set the more significant 32 bits of a double-precision floating-point number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/base/first/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
@@ -79,6 +79,14 @@ str = first( '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/first-code-point`][@stdlib/string/base/first-code-point]</span><spanclass="delimiter">: </span><spanclass="description">return the first Unicode code point of a string.</span>
87
+
- <spanclass="package-name">[`@stdlib/string/base/first-grapheme-cluster`][@stdlib/string/base/first-grapheme-cluster]</span><spanclass="delimiter">: </span><spanclass="description">return the first grapheme cluster (i.e., user-perceived character) of a string.</span>
88
+
- <spanclass="package-name">[`@stdlib/string/first`][@stdlib/string/first]</span><spanclass="delimiter">: </span><spanclass="description">return the first character(s) of a string.</span>
89
+
82
90
</section>
83
91
84
92
<!-- /.related -->
@@ -87,6 +95,16 @@ str = first( 'The Last of the Mohicans', 5 );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/remove-last/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
@@ -199,7 +199,7 @@ boo
199
199
200
200
## See Also
201
201
202
-
- <span class="package-name">[`@stdlib/string/remove-first`][@stdlib/string/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first character of a string.</span>
202
+
- <span class="package-name">[`@stdlib/string/remove-first`][@stdlib/string/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first character(s) of a string.</span>
0 commit comments