Skip to content

Commit eb3a5ea

Browse files
authored
fix: incorrect macro name in constants/float32/max-safe-nth-lucas
PR-URL: #3904 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 17430f4 commit eb3a5ea

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/max-safe-nth-lucas/include/stdlib/constants/float32/max_safe_nth_lucas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the maximum safe nth Lucas number when stored in single-precision floating-point format.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT64_MAX_SAFE_NTH_LUCAS 34
25+
#define STDLIB_CONSTANT_FLOAT32_MAX_SAFE_NTH_LUCAS 34
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_MAX_SAFE_NTH_LUCAS_H

0 commit comments

Comments
 (0)