Skip to content

Commit c4d51db

Browse files
authored
docs: correct C return annotation in stats/base/dists/geometric/stdev
PR-URL: #11050 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent acd1595 commit c4d51db

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/stdev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/stdev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Returns the [standard deviation][standard-deviation] of a [geometric][geometric-
151151

152152
```c
153153
double out = stdlib_base_dists_geometric_stdev( 0.5 );
154-
// returns 1.0
154+
// returns ~1.414
155155
```
156156

157157
The function accepts the following arguments:

0 commit comments

Comments
 (0)