From 819547d3515a983305d4b45bc50b0130eeb1ec8b Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Thu, 27 Nov 2025 02:31:39 +0000
Subject: [PATCH] docs: update related packages sections
---
lib/node_modules/@stdlib/math/base/special/cceil/README.md | 2 +-
lib/node_modules/@stdlib/math/base/special/cround/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/node_modules/@stdlib/math/base/special/cceil/README.md b/lib/node_modules/@stdlib/math/base/special/cceil/README.md
index decfb5c41ead..9ac96e4aa841 100644
--- a/lib/node_modules/@stdlib/math/base/special/cceil/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/cceil/README.md
@@ -198,7 +198,7 @@ int main( void ) {
## See Also
- [`@stdlib/math/base/special/cceiln`][@stdlib/math/base/special/cceiln]: round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward positive infinity.
-- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round a double-precision complex floating-point number toward negative infinity.
+- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round each component of a double-precision complex floating-point number toward negative infinity.
- [`@stdlib/math/base/special/cround`][@stdlib/math/base/special/cround]: round each component of a double-precision complex floating-point number to the nearest integer.
diff --git a/lib/node_modules/@stdlib/math/base/special/cround/README.md b/lib/node_modules/@stdlib/math/base/special/cround/README.md
index 911092aadfe7..39537bfcad52 100644
--- a/lib/node_modules/@stdlib/math/base/special/cround/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/cround/README.md
@@ -225,7 +225,7 @@ int main( void ) {
## See Also
- [`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]: round each component of a double-precision complex floating-point number toward positive infinity.
-- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round a double-precision complex floating-point number toward negative infinity.
+- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round each component of a double-precision complex floating-point number toward negative infinity.
- [`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]: round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.