From 41b702671058fded983aa8d47fcec53f33cd65c5 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 2 Apr 2025 02:29:57 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/number/float32/base/identity/README.md | 4 ++-- .../@stdlib/number/float64/base/identity/README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/identity/README.md b/lib/node_modules/@stdlib/number/float32/base/identity/README.md index 8cacc567504b..9585b09f0809 100644 --- a/lib/node_modules/@stdlib/number/float32/base/identity/README.md +++ b/lib/node_modules/@stdlib/number/float32/base/identity/README.md @@ -195,7 +195,7 @@ int main( void ) { ## See Also -- [`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]: evaluate the identity function for a single-precision floating-point number. +- [`@stdlib/number/float64/base/identity`][@stdlib/number/float64/base/identity]: evaluate the identity function for a double-precision floating-point number. @@ -209,7 +209,7 @@ int main( void ) { -[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity +[@stdlib/number/float64/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/identity diff --git a/lib/node_modules/@stdlib/number/float64/base/identity/README.md b/lib/node_modules/@stdlib/number/float64/base/identity/README.md index c9b53e2f8263..3875f15ab2f4 100644 --- a/lib/node_modules/@stdlib/number/float64/base/identity/README.md +++ b/lib/node_modules/@stdlib/number/float64/base/identity/README.md @@ -191,6 +191,12 @@ int main( void ) { @@ -201,6 +207,12 @@ int main( void ) { [identity-function]: https://en.wikipedia.org/wiki/Identity_function + + +[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity + + +