Skip to content

Commit 5c636d1

Browse files
committed
chore: localize keywords in @stdlib/constants/float32/gamma-lanczos-g
Replace `float64`, `64bit`, and `64-bit` keywords with `float32`, `32bit`, and `32-bit`. Keyword array was previously identical to the float64 sibling (no localization performed when the package was introduced); package itself returns the float32-quantized value.
1 parent 11d0e3d commit 5c636d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/constants/float32/gamma-lanczos-g

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",

0 commit comments

Comments
 (0)