Skip to content

Commit a670c03

Browse files
chore: refactor define val
1 parent a11283a commit a670c03

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/log10-e/include/stdlib/constants/float32

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/log10-e/include/stdlib/constants/float32/log10_e.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the base 10 logarithm of Euler's number.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_LOG10E 4.342944819032518276e-01f
25+
#define STDLIB_CONSTANT_FLOAT32_LOG10E 0.4342944819032518f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_LOG10_E_H

0 commit comments

Comments
 (0)