Skip to content

Commit

Permalink
docs: add return annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 26, 2024
1 parent ba99cc0 commit 63f08ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/cscal-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ cscal.ndarray( N, z, x, 1, 0 );

// Print the results:
console.log( reinterpretComplex64( x, 0 ) );
// => <Float32Array>[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0, -2.0, 30.0, -2.0, 38.0 ]
```

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function main() {

// Print the results:
console.log( reinterpretComplex64( x, 0 ) );
// => <Float32Array>[ -2.0, 6.0, -2.0, 14.0, -2.0, 22.0, -2.0, 30.0, -2.0, 38.0 ]
}

main();

1 comment on commit 63f08ff

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
blas/base/cscal-wasm $\color{red}753/778$
$\color{green}+96.79\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{red}2/6$
$\color{green}+33.33\%$
$\color{red}753/778$
$\color{green}+96.79\%$

The above coverage report was generated for the changes in this push.

Please # to comment.