Skip to content

Commit 9604482

Browse files
authored
docs: fix incorrect return value in C usage section weibull/pdf
PR-URL: #10957 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 3ea11f2 commit 9604482

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/weibull/pdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/weibull/pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Evaluates the [probability density function][pdf] (PDF) for a [Weibull][weibull-
173173

174174
```c
175175
double out = stdlib_base_dists_weibull_pdf( 2.0, 1.0, 1.0 );
176-
// returns ~0.037
176+
// returns ~0.135
177177
```
178178

179179
The function accepts the following arguments:

0 commit comments

Comments
 (0)