Skip to content

Commit 15be226

Browse files
authored
docs: fix incorrect return value in stats/base/dists/exponenetial/logpdf/README.md
PR-URL: #10963 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d33a1c1 commit 15be226

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

167167
```c
168168
double out = stdlib_base_dists_exponential_logpdf( 2.0, 0.7 );
169-
// returns ~0.173
169+
// returns ~-1.757
170170
```
171171

172172
The function accepts the following arguments:

0 commit comments

Comments
 (0)