Skip to content

Commit 5da0471

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Returns the [median][median] of a [Rayleigh][rayleigh-distribution] distribution
147147

148148
```c
149149
double out = stdlib_base_dists_rayleigh_median( 9.0 );
150-
// returns ~10.595
150+
// returns ~10.597
151151
```
152152

153153
The function accepts the following arguments:

0 commit comments

Comments
 (0)