Skip to content

Commit 7c449d4

Browse files
authored
chore: minor clean-up
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7ac7db2 commit 7c449d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ for ( i = 0; i < x.length; i++ ) {
193193

194194
#### stdlib_base_dists_kumaraswamy_cdf( x, a, b )
195195

196-
Evaluates the cumulative distribution function (CDF) for a Kumaraswamy's double bounded distribution.
196+
Evaluates the [cumulative distribution function][cdf] (CDF) for a [Kumaraswamy's double bounded][kumaraswamy-distribution] distribution with parameters `a` (first shape parameter) and `b` (second shape parameter).
197197

198198
```c
199199
double out = stdlib_base_dists_kumaraswamy_cdf( 0.5, 1.0, 1.0 );

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/cdf/src/addon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
#include "stdlib/stats/base/dists/kumaraswamy/cdf.h"
2020
#include "stdlib/math/base/napi/ternary.h"
2121

22-
// cppcheck-suppress shadowFunction
2322
STDLIB_MATH_BASE_NAPI_MODULE_DDD_D( stdlib_base_dists_kumaraswamy_cdf )

0 commit comments

Comments
 (0)