Skip to content

Commit 275eefa

Browse files
committed
chore: address commit comments
--- 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: passed - 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: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 40b4245 commit 275eefa

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanstdevwd

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dnanstdevwd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
254254
const double x[] = { 1.0, -2.0, 0.0/0.0, 2.0 };
255255

256256
double v = stdlib_strided_dnanstdevwd( 4, 1.0, x, 1 );
257-
// returns ~4.3333
257+
// returns ~2.0817.
258258
```
259259
260260
The function accepts the following arguments:
@@ -276,7 +276,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
276276
const double x[] = { 1.0, -2.0, 0.0/0.0, 2.0 };
277277

278278
double v = stdlib_strided_dnanstdevwd_ndarray( 4, 1.0, x, 1, 0 );
279-
// returns ~4.3333
279+
// returns ~2.0817.
280280
```
281281
282282
The function accepts the following arguments:

0 commit comments

Comments
 (0)