Skip to content

Commit 53ef691

Browse files
authored
docs: correct C return annotation in stats/base/dists/rayleigh/mean
PR-URL: #11054 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 25e5ccb commit 53ef691

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/rayleigh/mean

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/mean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Returns the mean of a Rayleigh distribution.
148148

149149
```c
150150
double out = stdlib_base_dists_rayleigh_mean( 9.0 );
151-
// returns ~11.253
151+
// returns ~11.28
152152
```
153153

154154
The function accepts the following arguments:

0 commit comments

Comments
 (0)