Skip to content

Commit 398a2ac

Browse files
authored
docs: update related packages sections
PR-URL: #1228 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 4b8bdc5 commit 398a2ac

File tree

2 files changed

+15
-0
lines changed
  • lib/node_modules/@stdlib

2 files changed

+15
-0
lines changed

lib/node_modules/@stdlib/ndarray/dispatch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ console.log( ybuf );
274274

275275
<!-- <related-links> -->
276276

277+
278+
277279
<!-- </related-links> -->
278280

279281
</section>

lib/node_modules/@stdlib/number/float32/base/from-binary-string/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ for ( i = 0; i < 100; i++ ) {
141141

142142
<section class="related">
143143

144+
* * *
145+
146+
## See Also
147+
148+
- <span class="package-name">[`@stdlib/number/float32/base/to-binary-string`][@stdlib/number/float32/base/to-binary-string]</span><span class="delimiter">: </span><span class="description">return a string giving the literal bit representation of a single-precision floating-point number.</span>
149+
- <span class="package-name">[`@stdlib/number/float64/base/from-binary-string`][@stdlib/number/float64/base/from-binary-string]</span><span class="delimiter">: </span><span class="description">create a double-precision floating-point number from a literal bit representation.</span>
150+
144151
</section>
145152

146153
<!-- /.related -->
@@ -155,6 +162,12 @@ for ( i = 0; i < 100; i++ ) {
155162

156163
[@stdlib/number/float32/base/to-binary-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/to-binary-string
157164

165+
<!-- <related-links> -->
166+
167+
[@stdlib/number/float64/base/from-binary-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/from-binary-string
168+
169+
<!-- </related-links> -->
170+
158171
</section>
159172

160173
<!-- /.links -->

0 commit comments

Comments
 (0)