We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c90fb commit 8070167Copy full SHA for 8070167
lib/node_modules/@stdlib/stats/base/dists/rayleigh/skewness/src/main.c
@@ -19,7 +19,7 @@
19
#include "stdlib/stats/base/dists/rayleigh/skewness.h"
20
#include "stdlib/math/base/assert/is_nan.h"
21
22
-const double SKEWNESS_CONSTANT = 0.6311106578189365;
+static const double SKEWNESS_CONSTANT = 0.6311106578189365;
23
24
/**
25
* Returns the skewness of a Rayleigh distribution.
0 commit comments