Skip to content

Commit 7413030

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 6a7c919 commit 7413030

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/node_modules/@stdlib/math/base/special/cpolarf/manifest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@stdlib/napi/argv-float32array",
4242
"@stdlib/napi/export",
4343
"@stdlib/complex/float32/ctor",
44-
"@stdlib/complex/float32/reim",
4544
"@stdlib/math/base/special/cphasef",
4645
"@stdlib/math/base/special/cabsf"
4746
]
@@ -58,7 +57,6 @@
5857
"libpath": [],
5958
"dependencies": [
6059
"@stdlib/complex/float32/ctor",
61-
"@stdlib/complex/float32/reim",
6260
"@stdlib/math/base/special/cphasef",
6361
"@stdlib/math/base/special/cabsf"
6462
]
@@ -75,7 +73,6 @@
7573
"libpath": [],
7674
"dependencies": [
7775
"@stdlib/complex/float32/ctor",
78-
"@stdlib/complex/float32/reim",
7976
"@stdlib/math/base/special/cphasef",
8077
"@stdlib/math/base/special/cabsf"
8178
]

lib/node_modules/@stdlib/math/base/special/cpolarf/src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
#include "stdlib/math/base/special/cphasef.h"
2121
#include "stdlib/math/base/special/cabsf.h"
2222
#include "stdlib/complex/float32/ctor.h"
23-
#include "stdlib/complex/float32/reim.h"
2423

2524
/**
2625
* Computes the absolute value and the phase of a complex single-precision complex floating-point number.
2726
*
28-
* @param z input value
27+
* @param z input value
2928
* @param cabsf destination for the absolute value
3029
* @param cphasef destination for the phase value
3130
*

0 commit comments

Comments
 (0)