From b5d1ab1dd9b683f17640840b72d60bd5c4e99679 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:35 +0000 Subject: [PATCH 1/7] chore: add `number` keyword to `number/float64/base/get-high-word` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/get-high-word/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/get-high-word/package.json b/lib/node_modules/@stdlib/number/float64/base/get-high-word/package.json index 1e43813e7faf..79211fc06843 100644 --- a/lib/node_modules/@stdlib/number/float64/base/get-high-word/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/get-high-word/package.json @@ -75,6 +75,7 @@ "mantissa", "exponent", "fraction", - "ieee754" + "ieee754", + "number" ] } From e16be0efa4410b29403b556f8602f99fe6c93b7b Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:39 +0000 Subject: [PATCH 2/7] chore: add `number` keyword to `number/float64/base/get-low-word` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/get-low-word/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/get-low-word/package.json b/lib/node_modules/@stdlib/number/float64/base/get-low-word/package.json index f48d83c2bf8e..b6da6fe58de6 100644 --- a/lib/node_modules/@stdlib/number/float64/base/get-low-word/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/get-low-word/package.json @@ -73,6 +73,7 @@ "frac", "signficand", "mantissa", - "ieee754" + "ieee754", + "number" ] } From 259323492c97122fedcafcb999f24d285b020014 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:41 +0000 Subject: [PATCH 3/7] chore: add `number` keyword to `number/float64/base/set-high-word` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/set-high-word/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/set-high-word/package.json b/lib/node_modules/@stdlib/number/float64/base/set-high-word/package.json index 78ee60cfa509..12fdd3a50532 100644 --- a/lib/node_modules/@stdlib/number/float64/base/set-high-word/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/set-high-word/package.json @@ -76,6 +76,7 @@ "mantissa", "exponent", "fraction", - "ieee754" + "ieee754", + "number" ] } From ae069ca77ba988bb76348969166bd46d98e6462c Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:43 +0000 Subject: [PATCH 4/7] chore: add `number` keyword to `number/float64/base/set-low-word` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/set-low-word/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/set-low-word/package.json b/lib/node_modules/@stdlib/number/float64/base/set-low-word/package.json index 567bd26ea346..04a53a2c0a76 100644 --- a/lib/node_modules/@stdlib/number/float64/base/set-low-word/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/set-low-word/package.json @@ -73,6 +73,7 @@ "significand", "mantissa", "fraction", - "ieee754" + "ieee754", + "number" ] } From 30dde21f58d9773cf3bebc8984ae06def5cfc82d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:45 +0000 Subject: [PATCH 5/7] chore: add `number` keyword to `number/float64/base/to-words` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/to-words/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/to-words/package.json b/lib/node_modules/@stdlib/number/float64/base/to-words/package.json index 2a399ddfddb0..181586bc59d2 100644 --- a/lib/node_modules/@stdlib/number/float64/base/to-words/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/to-words/package.json @@ -75,6 +75,7 @@ "significand", "mantissa", "exponent", - "fraction" + "fraction", + "number" ] } From a83c8d989461400555db2a04e4d888c9a62bd287 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:46 +0000 Subject: [PATCH 6/7] chore: add `number` keyword to `number/float64/base/ulp-difference` Adds the missing `number` keyword to align the package with the prevailing convention in the `number/float64/base` namespace (present in 21/28 (75%) of siblings). --- .../@stdlib/number/float64/base/ulp-difference/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/ulp-difference/package.json b/lib/node_modules/@stdlib/number/float64/base/ulp-difference/package.json index a7ca0cf64d55..c09b26eac2e5 100644 --- a/lib/node_modules/@stdlib/number/float64/base/ulp-difference/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/ulp-difference/package.json @@ -63,6 +63,7 @@ "numbers", "ulp", "float64", - "double" + "double", + "number" ] } From 3cdeb22db169ef07ab2954bacb09302aa25cf95d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 04:12:49 +0000 Subject: [PATCH 7/7] chore: align `number/float64/base/identity` with namespace conventions - Adds the missing `number` keyword (present in 21/28 (75%) of siblings in `number/float64/base`). - Adds the missing `// MAIN //` section marker in `lib/main.js` (present in 26/27 (96%) of leaf siblings). --- .../@stdlib/number/float64/base/identity/lib/main.js | 2 ++ .../@stdlib/number/float64/base/identity/package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float64/base/identity/lib/main.js b/lib/node_modules/@stdlib/number/float64/base/identity/lib/main.js index 601473d03d8e..9b6e1b7326c0 100644 --- a/lib/node_modules/@stdlib/number/float64/base/identity/lib/main.js +++ b/lib/node_modules/@stdlib/number/float64/base/identity/lib/main.js @@ -18,6 +18,8 @@ 'use strict'; +// MAIN // + /** * Evaluates the identity function for a double-precision floating-point number `x`. * diff --git a/lib/node_modules/@stdlib/number/float64/base/identity/package.json b/lib/node_modules/@stdlib/number/float64/base/identity/package.json index 7342e042789d..5c95c903e410 100644 --- a/lib/node_modules/@stdlib/number/float64/base/identity/package.json +++ b/lib/node_modules/@stdlib/number/float64/base/identity/package.json @@ -60,7 +60,8 @@ "double", "double-precision", "dbl", - "float64" + "float64", + "number" ], "__stdlib__": {} }