Skip to content

Commit 241e0ef

Browse files
committed
docs: fix docs
--- 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: passed - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent cd0d010 commit 241e0ef

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsum/docs

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsum/docs/repl.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
{{alias}}( arrays )
33
Computes the sum of all elements in a one-dimensional ndarray.
44

5-
If provided a real-valued empty ndarray, the function returns `0.0`.
6-
7-
If provided a complex-valued empty ndarray, the function returns `0+0i`.
5+
If provided an empty ndarray, the function returns `0.0`.
86

97
Parameters
108
----------
@@ -13,7 +11,7 @@
1311

1412
Returns
1513
-------
16-
out: number|Complex
14+
out: number
1715
Sum.
1816

1917
Examples

0 commit comments

Comments
 (0)