Skip to content

Commit 3666798

Browse files
committed
chore: stuff from code review
1 parent fe79b3f commit 3666798

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
* limitations under the License.
1717
*/
1818

19-
#ifndef STDLIB_CONSTANTS_FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL_H
20-
#define STDLIB_CONSTANTS_FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL_H
19+
#ifndef STDLIB_CONSTANTS_FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL_H
20+
#define STDLIB_CONSTANTS_FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL_H
2121

2222
/**
2323
* Macro for the maximum base 10 exponent for a subnormal single-precision floating-point number.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL -38
25+
#define STDLIB_CONSTANT_FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL -38
2626

27-
#endif // !STDLIB_CONSTANTS_FLOAT32_MAX_BASE10_EXPONENT_SUBNORMAL_H
27+
#endif // !STDLIB_CONSTANTS_FLOAT64_MAX_BASE10_EXPONENT_SUBNORMAL_H

lib/node_modules/@stdlib/constants/float32/max-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)