Skip to content

Commit 749ea01

Browse files
committed
chore: minor clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: passed - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e2a84ef commit 749ea01

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/kurtosis/manifest.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"libpath": [],
4040
"dependencies": [
4141
"@stdlib/math/base/assert/is-nan",
42-
"@stdlib/math/base/napi/unary",
43-
"@stdlib/constants/float64/pi"
42+
"@stdlib/math/base/napi/unary"
4443
]
4544
},
4645
{
@@ -56,7 +55,6 @@
5655
"libpath": [],
5756
"dependencies": [
5857
"@stdlib/math/base/assert/is-nan",
59-
"@stdlib/constants/float64/pi",
6058
"@stdlib/constants/float64/eps"
6159
]
6260
},
@@ -72,8 +70,7 @@
7270
"libraries": [],
7371
"libpath": [],
7472
"dependencies": [
75-
"@stdlib/math/base/assert/is-nan",
76-
"@stdlib/constants/float64/pi"
73+
"@stdlib/math/base/assert/is-nan"
7774
]
7875
}
7976
]

lib/node_modules/@stdlib/stats/base/dists/rayleigh/kurtosis/src/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@
1818

1919
#include "stdlib/stats/base/dists/rayleigh/kurtosis.h"
2020
#include "stdlib/math/base/assert/is_nan.h"
21-
#include "stdlib/constants/float64/pi.h"
2221

2322
static const double KURTOSIS = 0.2450893006876391;
2423

25-
26-
// MAIN //
27-
2824
/**
2925
* Returns the excess kurtosis of a Rayleigh distribution.
3026
*

0 commit comments

Comments
 (0)