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 57300ef commit 07b0a30Copy full SHA for 07b0a30
lib/node_modules/@stdlib/stats/base/dists/arcsine/stdev/src/main.c
@@ -19,7 +19,7 @@
19
#include "stdlib/stats/base/dists/arcsine/stdev.h"
20
#include "stdlib/math/base/assert/is_nan.h"
21
22
-static const double SQRT1OVER8 = 0.35355339059327373 // sqrt(1.0 / 8.0)
+static const double SQRT1OVER8 = 0.35355339059327373; // sqrt(1.0 / 8.0)
23
24
/**
25
* Returns the standard deviation of an arcsine distribution.
0 commit comments