From 398a2ac65d2291cf7ea630f3a5665c6395502792 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 27 Dec 2023 21:42:54 -0600 Subject: [PATCH] docs: update related packages sections PR-URL: #1228 Reviewed-by: Philipp Burckhardt --- lib/node_modules/@stdlib/ndarray/dispatch/README.md | 2 ++ .../float32/base/from-binary-string/README.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/lib/node_modules/@stdlib/ndarray/dispatch/README.md b/lib/node_modules/@stdlib/ndarray/dispatch/README.md index cd3dd47ff530..dbb66444f913 100644 --- a/lib/node_modules/@stdlib/ndarray/dispatch/README.md +++ b/lib/node_modules/@stdlib/ndarray/dispatch/README.md @@ -274,6 +274,8 @@ console.log( ybuf ); + + diff --git a/lib/node_modules/@stdlib/number/float32/base/from-binary-string/README.md b/lib/node_modules/@stdlib/number/float32/base/from-binary-string/README.md index 7abcceb463c1..9a9ef8b5c9d4 100644 --- a/lib/node_modules/@stdlib/number/float32/base/from-binary-string/README.md +++ b/lib/node_modules/@stdlib/number/float32/base/from-binary-string/README.md @@ -141,6 +141,13 @@ for ( i = 0; i < 100; i++ ) { @@ -155,6 +162,12 @@ for ( i = 0; i < 100; i++ ) { [@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 + + +[@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 + + +