From 4d53a830b6e20694443f7604952666bfe3f1cc12 Mon Sep 17 00:00:00 2001 From: aayush0325 Date: Sat, 14 Dec 2024 05:10:11 +0000 Subject: [PATCH] fix: incorrect macro name --- .../include/stdlib/constants/float32/max_safe_nth_lucas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32/max_safe_nth_lucas.h b/lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32/max_safe_nth_lucas.h index 541a63a71a98..c5b57035fe15 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32/max_safe_nth_lucas.h +++ b/lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32/max_safe_nth_lucas.h @@ -22,6 +22,6 @@ /** * Macro for the maximum safe nth Lucas number when stored in single-precision floating-point format. */ -#define STDLIB_CONSTANT_FLOAT64_MAX_SAFE_NTH_LUCAS 34 +#define STDLIB_CONSTANT_FLOAT32_MAX_SAFE_NTH_LUCAS 34 #endif // !STDLIB_CONSTANTS_FLOAT32_MAX_SAFE_NTH_LUCAS_H