Skip to content

Commit 742cf4d

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
chore: update repl.txt
--- 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 b36cd25 commit 742cf4d

File tree

1 file changed

+5
-5
lines changed
  • lib/node_modules/@stdlib/blas/base/wasm/zscal/docs

1 file changed

+5
-5
lines changed

lib/node_modules/@stdlib/blas/base/wasm/zscal/docs/repl.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Number of indexed elements.
1818

1919
alpha: Complex128
20-
Complex constant.
20+
Scalar constant.
2121

2222
x: Complex128Array
2323
Input array.
@@ -38,7 +38,7 @@
3838
> {{alias}}.main( 2, alpha, x, 1 )
3939
<Complex128Array>[ -3.0, 4.0, -5.0, 10.0 ]
4040

41-
// Advanced indexing:
41+
// Using `N` and stride parameters:
4242
> x = new {{alias:@stdlib/array/complex128}}( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
4343
> alpha = new {{alias:@stdlib/complex/float64/ctor}}( 1.0, 1.0 );
4444
> {{alias}}.main( 2, alpha, x, 2 )
@@ -69,7 +69,7 @@
6969
Number of indexed elements.
7070

7171
alpha: Complex128
72-
Complex constant.
72+
Scalar constant.
7373

7474
x: Complex128Array
7575
Input array.
@@ -441,7 +441,7 @@
441441
Number of indexed elements.
442442

443443
ap: integer
444-
Pointer (i.e., byte offset) to a scalar complex constant.
444+
Pointer (i.e., byte offset) to a scalar constant.
445445

446446
xp: integer
447447
Input array pointer (i.e., byte offset).
@@ -497,7 +497,7 @@
497497
Number of indexed elements.
498498

499499
ap: integer
500-
Pointer (i.e., byte offset) to a scalar complex constant.
500+
Pointer (i.e., byte offset) to a scalar constant.
501501

502502
xp: integer
503503
Input array pointer (i.e., byte offset).

0 commit comments

Comments
 (0)