Skip to content

Commit 7f2d110

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 2e59bca commit 7f2d110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logcdf/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@stdlib/math/base/napi/ternary",
4242
"@stdlib/math/base/assert/is-nan",
4343
"@stdlib/math/base/special/log1p",
44+
"@stdlib/constants/float64/ninf",
4445
"@stdlib/math/base/special/pow"
4546
]
4647
},
@@ -58,6 +59,7 @@
5859
"dependencies": [
5960
"@stdlib/math/base/assert/is-nan",
6061
"@stdlib/math/base/special/log1p",
62+
"@stdlib/constants/float64/ninf",
6163
"@stdlib/math/base/special/pow"
6264
]
6365
},
@@ -75,6 +77,7 @@
7577
"dependencies": [
7678
"@stdlib/math/base/assert/is-nan",
7779
"@stdlib/math/base/special/log1p",
80+
"@stdlib/constants/float64/ninf",
7881
"@stdlib/math/base/special/pow"
7982
]
8083
}

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/logcdf/src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#include "stdlib/constants/float64/ninf.h"
2323
#include "stdlib/math/base/special/pow.h"
2424

25-
26-
// MAIN //
27-
2825
/**
2926
* Evaluates the cumulative distribution function (CDF) for a Pareto (Type I) distribution with shape parameter `alpha` and scale parameter `beta` at a value `x`.
3027
*

0 commit comments

Comments
 (0)