Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
results in a 32-bit unsigned integer array.

Factorization results are stored in the output array sequentially, where
the first element contains the sequence length N, the second element
contains the number of factors into which N was decomposed, and subsequent
the first element contains the sequence length `N`, the second element
contains the number of factors into which `N` was decomposed, and subsequent
elements contain the individual integer factors.
Expand Down