Skip to content

Commit 93ffa30

Browse files
committed
docs: update notes
--- 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: passed - 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 c9037e0 commit 93ffa30

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • lib/node_modules/@stdlib/fft/base/fftpack/decompose/lib

lib/node_modules/@stdlib/fft/base/fftpack/decompose/lib/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,12 @@ var floor = require( '@stdlib/math/base/special/floor' );
7070
*
7171
* ## Notes
7272
*
73-
* - Factorization results are stored in the input array as follows:
73+
* - Factorization results are stored in the output array as follows:
7474
*
7575
* ```text
7676
* [ sequence_length | number_of_factors | integer_factors | unused_storage ]
7777
* ```
7878
*
79-
* - The function mutates the input array.
80-
*
8179
* @private
8280
* @param {NonNegativeInteger} N - length of the sequence
8381
* @param {NonNegativeInteger} M - number of trial divisors

0 commit comments

Comments
 (0)