Skip to content

Commit 1b46342

Browse files
committed
docs: add copy
--- 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: passed - 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 fe25ba3 commit 1b46342

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/math/tools/unary

1 file changed

+6
-0
lines changed

lib/node_modules/@stdlib/math/tools/unary/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29+
The purpose of this package is to provide a thin wrapper around a lower-level interface supporting multiple dispatch based on the data types of provided ndarray arguments. The wrapper performs the following tasks:
30+
31+
- validates input arguments.
32+
- casts input ndarrays according to a casting policy.
33+
- allocates an output ndarray according to an output data type policy.
34+
2935
</section>
3036

3137
<!-- /.intro -->

0 commit comments

Comments
 (0)