Skip to content

Commit 31c168c

Browse files
authored
fix: add missing f suffix in constants/float32/ln-two
PR-URL: #3110 Ref: 893cb1b#r149027862 Closes: stdlib-js/todo#2288 Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
1 parent b8259d3 commit 31c168c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/ln-two/include/stdlib/constants/float32/ln_two.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the natural logarithm of `2` as a single-precision floating-point number.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_LN2 0.6931471824645996
25+
#define STDLIB_CONSTANT_FLOAT32_LN2 0.6931471824645996f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_LN2_H

0 commit comments

Comments
 (0)