Skip to content

Commit 70019dd

Browse files
authored
docs: fix return value
PR-URL: #5184 Closes: #5148 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: ekambains <bainsinbusiness@gmail.com>
1 parent f64e693 commit 70019dd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/stdev/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @example
3030
* double y = stdlib_base_dists_geometric_stdev( 0.1 );
31-
* // returns 10.0
31+
* // returns ~9.487
3232
*/
3333
double stdlib_base_dists_geometric_stdev( const double p ) {
3434
if (

0 commit comments

Comments
 (0)