Skip to content

Commit e7f93b6

Browse files
authored
chore: correct float64 keyword leftovers in @stdlib/constants/float32 packages
PR-URL: #11964 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 2628663 commit e7f93b6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/node_modules/@stdlib/constants/float32/fourth-root-eps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"const",
5656
"mathematics",
5757
"math",
58-
"dbl",
58+
"flt",
5959
"floating-point",
6060
"float",
6161
"float32",

lib/node_modules/@stdlib/constants/float32/gamma-lanczos-g/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"float",
5959
"real",
6060
"floating-point",
61-
"float64",
62-
"64bit",
63-
"64-bit",
61+
"float32",
62+
"32bit",
63+
"32-bit",
6464
"ieee754",
6565
"gamma",
6666
"lanczos",

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)