diff --git a/lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32/ln_two.h b/lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32/ln_two.h index 366acb7e442b..d3d49c341b46 100644 --- a/lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32/ln_two.h +++ b/lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32/ln_two.h @@ -22,6 +22,6 @@ /** * Macro for the natural logarithm of `2` as a single-precision floating-point number. */ -#define STDLIB_CONSTANT_FLOAT32_LN2 0.6931471824645996 +#define STDLIB_CONSTANT_FLOAT32_LN2 0.6931471824645996f #endif // !STDLIB_CONSTANTS_FLOAT32_LN2_H