Skip to content

Commit ca7bf2d

Browse files
committed
docs: fix line wrapping
--- 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 1770970 commit ca7bf2d

File tree

1 file changed

+7
-8
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/docs

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
{{alias}}( N, alpha, x, strideX )
3-
Adds a scalar constant to each double-precision floating-point strided
4-
array element and computes the sum using an improved Kahan–Babuška
5-
algorithm.
3+
Adds a scalar constant to each double-precision floating-point strided array
4+
element and computes the sum using an improved Kahan–Babuška algorithm.
65

76
The `N` and stride parameters determine which elements in the strided
87
array are accessed at runtime.
@@ -51,13 +50,13 @@
5150

5251

5352
{{alias}}.ndarray( N, alpha, x, strideX, offsetX )
54-
Adds a scalar constant to each double-precision floating-point strided
55-
array element and computes the sum using an improved Kahan–Babuška
56-
algorithm and alternative indexing semantics.
53+
Adds a scalar constant to each double-precision floating-point strided array
54+
element and computes the sum using an improved Kahan–Babuška algorithm and
55+
alternative indexing semantics.
5756

5857
While typed array views mandate a view offset based on the underlying
59-
buffer, the offset parameter supports indexing semantics based on a
60-
starting index.
58+
buffer, the offset parameter supports indexing semantics based on a starting
59+
index.
6160

6261
Parameters
6362
----------

0 commit comments

Comments
 (0)