Skip to content

Commit 9f52d62

Browse files
committed
chore: replace 64bit keyword with 32bit in @stdlib/constants/float32/num-significand-bits
Package returns the number of significand bits in single-precision (23) and is in the float32 namespace, but its keyword array contained `64bit` alongside `float32`. Replace with `32bit` so the keywords match the package's actual precision.
1 parent 022839e commit 9f52d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/constants/float32/num-significand-bits

lib/node_modules/@stdlib/constants/float32/num-significand-bits/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"math",
5858
"float",
5959
"float32",
60-
"64bit",
60+
"32bit",
6161
"floating-point",
6262
"ieee754",
6363
"significand",

0 commit comments

Comments
 (0)