We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stats/base/dists/exponenetial/cdf/README.md
1 parent 15be226 commit 3ea11f2Copy full SHA for 3ea11f2
1 file changed
lib/node_modules/@stdlib/stats/base/dists/exponential/cdf/README.md
@@ -159,7 +159,7 @@ Evaluates the [cumulative distribution function][cdf] (cdf) for an [exponential]
159
160
```c
161
double out = stdlib_base_dists_exponential_cdf( 2.0, 0.7 );
162
-// returns ~0.173
+// returns ~0.753
163
```
164
165
The function accepts the following arguments:
0 commit comments