Skip to content

Commit eeb1fec

Browse files
committed
chore: stuff from code review
1 parent a4d53ad commit eeb1fec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/include/stdlib/constants/float64/min_base10_exponent_subnormal.h renamed to lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/include/stdlib/constants/float32/min_base10_exponent_subnormal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the minimum base 10 exponent for a subnormal single-precision floating-point number.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT64_MIN_BASE10_EXPONENT_SUBNORMAL -45
25+
#define STDLIB_CONSTANT_FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL -45
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_MIN_BASE10_EXPONENT_SUBNORMAL_H

lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"math",
5858
"double",
5959
"dbl",
60+
"single",
6061
"floating-point",
6162
"float",
6263
"ieee754",

0 commit comments

Comments
 (0)