Skip to content

Commit b9fe9d3

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 9ecc3d3 + eb3a5ea commit b9fe9d3

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)