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 e47d6e4 commit 2d47fe6Copy full SHA for 2d47fe6
1 file changed
lib/node_modules/@stdlib/stats/base/dists/hypergeometric/stdev/src/main.c
@@ -19,6 +19,7 @@
19
#include "stdlib/stats/base/dists/hypergeometric/stdev.h"
20
#include "stdlib/math/base/special/sqrt.h"
21
#include "stdlib/stats/base/dists/hypergeometric/variance.h"
22
+#include <stdint.h>
23
24
/**
25
* Returns the standard deviation of a hypergeometric distribution.
0 commit comments