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.
stdlib/base/dists/binomial/stdev
1 parent 33b72c5 commit 7c6d2b7Copy full SHA for 7c6d2b7
lib/node_modules/@stdlib/stats/base/dists/binomial/stdev/README.md
@@ -171,7 +171,7 @@ Returns the [standard deviation][stdev] of a [binomial][binomial-distribution] d
171
172
```c
173
double out = stdlib_base_dists_binomial_stdev( 100, 0.1 );
174
-// returns 3
+// returns 3.0
175
```
176
177
The function accepts the following arguments:
@@ -181,6 +181,7 @@ The function accepts the following arguments:
181
182
183
double stdlib_base_dists_binomial_stdev( const int32_t n, const double p );
184
+```
185
186
</section>
187
0 commit comments