Skip to content

Commit 600526c

Browse files
Planeshifteranandkaranubc
authored andcommitted
fix: load correct float32 sqrt dependency
--- 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: na - 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 d5fab27 commit 600526c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"libpath": [],
4040
"dependencies": [
4141
"@stdlib/math/base/napi/unary",
42-
"@stdlib/math/base/special/sqrt"
42+
"@stdlib/math/base/special/sqrtf"
4343
]
4444
},
4545
{
@@ -55,7 +55,7 @@
5555
],
5656
"libpath": [],
5757
"dependencies": [
58-
"@stdlib/math/base/special/sqrt"
58+
"@stdlib/math/base/special/sqrtf"
5959
]
6060
},
6161
{
@@ -71,7 +71,7 @@
7171
],
7272
"libpath": [],
7373
"dependencies": [
74-
"@stdlib/math/base/special/sqrt"
74+
"@stdlib/math/base/special/sqrtf"
7575
]
7676
}
7777
]

0 commit comments

Comments
 (0)