Skip to content

Commit de1b9a2

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Evaluates the logarithm of the [probability density function][pdf] (PDF) for a [
183183

184184
```c
185185
double out = stdlib_base_dists_weibull_logpdf( 2.0, 1.0, 0.5 );
186-
// returns ~3.307
186+
// returns ~-3.307
187187
```
188188

189189
The function accepts the following arguments:

0 commit comments

Comments
 (0)