Skip to content

Commit 04e7c05

Browse files
chore: fix define value
1 parent a88a91d commit 04e7c05

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/ln-sqrt-two-pi/include/stdlib/constants/float32/ln_sqrt_two_pi.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 the square root of 2π.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_LN_SQRT_TWO_PI 0.9189385175704956f
25+
#define STDLIB_CONSTANT_FLOAT32_LN_SQRT_TWO_PI 0.9189385f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_LN_SQRT_TWO_PI_H

0 commit comments

Comments
 (0)