Skip to content

Commit 022839e

Browse files
committed
chore: replace dbl keyword with flt in @stdlib/constants/float32/fourth-root-eps
The float32 package retained the `dbl` (double abbreviation) keyword from its float64 sibling; replace with the corresponding float32 abbreviation `flt`.
1 parent 5c636d1 commit 022839e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/constants/float32/fourth-root-eps

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

0 commit comments

Comments
 (0)