Skip to content

Commit e48af67

Browse files
chore: fix define value
1 parent 8e14b74 commit e48af67

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/gamma-lanczos-g/include/stdlib/constants/float32

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/gamma-lanczos-g/include/stdlib/constants/float32/gamma_lanczos_g.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for the arbitrary constant `g` to be used in Lanczos approximation functions.
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_GAMMA_LANCZOS_G 10.90051099999999983f
25+
#define STDLIB_CONSTANT_FLOAT32_GAMMA_LANCZOS_G 10.900511f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_GAMMA_LANCZOS_G_H

0 commit comments

Comments
 (0)