Skip to content

Commit 3ea11f2

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Evaluates the [cumulative distribution function][cdf] (cdf) for an [exponential]
159159

160160
```c
161161
double out = stdlib_base_dists_exponential_cdf( 2.0, 0.7 );
162-
// returns ~0.173
162+
// returns ~0.753
163163
```
164164

165165
The function accepts the following arguments:

0 commit comments

Comments
 (0)