Skip to content

Commit 86d0252

Browse files
committed
feat: add implementation of stdlib/math/base/special/heaviside
--- 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 a3796f7 commit 86d0252

File tree

1 file changed

+6
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/heaviside

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
],
5151
"libraries": [],
5252
"libpath": [],
53-
"dependencies": []
53+
"dependencies": [
54+
"@stdlib/math/base/assert/is-nan"
55+
]
5456
},
5557
{
5658
"task": "examples",
@@ -62,7 +64,9 @@
6264
],
6365
"libraries": [],
6466
"libpath": [],
65-
"dependencies": []
67+
"dependencies": [
68+
"@stdlib/math/base/assert/is-nan"
69+
]
6670
}
6771
]
6872
}

0 commit comments

Comments
 (0)