Skip to content

Commit 9d5e4d1

Browse files
Shabareesh ShettyShabareesh Shetty
authored andcommitted
docs: update jsdoc
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 61536d3 commit 9d5e4d1

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

lib/node_modules/@stdlib/blas/base/wasm/zscal/docs/types/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ interface ModuleConstructor {
164164
*/
165165
interface Module extends ModuleWrapper {
166166
/**
167-
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.
167+
* Scales a double-precision complex floating-point vector by a double-precision complex floating-point constant.
168168
*
169169
* @param N - number of indexed elements
170170
* @param aptr - scalar constant pointer (i.e., byte offset)
@@ -232,7 +232,7 @@ interface Module extends ModuleWrapper {
232232
main( N: number, aptr: number, xptr: number, strideX: number ): number;
233233

234234
/**
235-
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant using alternative indexing semantics.
235+
* Scales a double-precision complex floating-point vector by a double-precision complex floating-point constant using alternative indexing semantics.
236236
*
237237
* @param N - number of indexed elements
238238
* @param aptr - scalar constant pointer (i.e., byte offset)
@@ -306,7 +306,7 @@ interface Module extends ModuleWrapper {
306306
*/
307307
interface Routine extends ModuleWrapper {
308308
/**
309-
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.
309+
* Scales a double-precision complex floating-point vector by a double-precision complex floating-point constant.
310310
*
311311
* @param N - number of indexed elements
312312
* @param alpha - constant
@@ -331,7 +331,7 @@ interface Routine extends ModuleWrapper {
331331
main( N: number, alpha: Complex128, x: Complex128Array, strideX: number ): Complex128Array;
332332

333333
/**
334-
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant using alternative indexing semantics.
334+
* Scales a double-precision complex floating-point vector by a double-precision complex floating-point constant using alternative indexing semantics.
335335
*
336336
* @param N - number of indexed elements
337337
* @param alpha - constant
@@ -423,7 +423,7 @@ interface Routine extends ModuleWrapper {
423423
}
424424

425425
/**
426-
* Scales a single-precision complex floating-point vector by a single-precision complex floating-point constant.
426+
* Scales a double-precision complex floating-point vector by a double-precision complex floating-point constant.
427427
*
428428
* @param N - number of indexed elements
429429
* @param alpha - constant

0 commit comments

Comments
 (0)