From c192559e97da5e9f08ce1a500da6714646d62996 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 16:43:44 +0000 Subject: [PATCH 1/4] style: align `number/float32/base/to-int32` with namespace conventions Renamed local require alias in `lib/index.js` to `main` to match the `var main = require('./main.js')` convention shared by 14/17 sibling packages (82.4%). The export is unchanged. --- .../@stdlib/number/float32/base/to-int32/lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/to-int32/lib/index.js b/lib/node_modules/@stdlib/number/float32/base/to-int32/lib/index.js index 59abab4fe7ae..dfd885323450 100644 --- a/lib/node_modules/@stdlib/number/float32/base/to-int32/lib/index.js +++ b/lib/node_modules/@stdlib/number/float32/base/to-int32/lib/index.js @@ -48,9 +48,9 @@ // MODULES // -var float32ToInt32 = require( './main.js' ); +var main = require( './main.js' ); // EXPORTS // -module.exports = float32ToInt32; +module.exports = main; From 7d9b0e9bcac3aaf37da50d19aa39cd2921ee66f0 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 16:43:48 +0000 Subject: [PATCH 2/4] style: align `number/float32/base/to-uint32` with namespace conventions Renamed local require alias in `lib/index.js` to `main` to match the `var main = require('./main.js')` convention shared by 14/17 sibling packages (82.4%). The export is unchanged. --- .../@stdlib/number/float32/base/to-uint32/lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/to-uint32/lib/index.js b/lib/node_modules/@stdlib/number/float32/base/to-uint32/lib/index.js index abb4ad0c0107..2907e94e1980 100644 --- a/lib/node_modules/@stdlib/number/float32/base/to-uint32/lib/index.js +++ b/lib/node_modules/@stdlib/number/float32/base/to-uint32/lib/index.js @@ -48,9 +48,9 @@ // MODULES // -var float32ToUint32 = require( './main.js' ); +var main = require( './main.js' ); // EXPORTS // -module.exports = float32ToUint32; +module.exports = main; From 82372673a61f59b1733d03df7b3477ea2449459d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 16:43:55 +0000 Subject: [PATCH 3/4] docs: add `## See Also` section in `number/float32/base/to-float16` Populated the empty ` From 699ac6af921ff1478091e74650b9958ff839a40c Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Apr 2026 16:44:01 +0000 Subject: [PATCH 4/4] docs: add `## See Also` section in `number/float32/base/ulp-difference` Populated the empty `