Skip to content

Commit afb0eaf

Browse files
chore: fix define value
1 parent 58baede commit afb0eaf

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/pi-squared/include/stdlib/constants/float32

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/pi-squared/include/stdlib/constants/float32/pi_squared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
/**
2323
* Macro for π².
2424
*/
25-
#define STDLIB_CONSTANT_FLOAT32_PI_SQUARED 9.869604110717773f
25+
#define STDLIB_CONSTANT_FLOAT32_PI_SQUARED 9.869604f
2626

2727
#endif // !STDLIB_CONSTANTS_FLOAT32_PI_SQUARED_H

0 commit comments

Comments
 (0)