Skip to content

Commit

Permalink
DOC: Regular/hamming numbers only applied to 5-smooth numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbell10 committed Jul 1, 2019
1 parent 4d5b710 commit 6b21e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy/fft/_helper.py
Expand Up @@ -9,8 +9,8 @@ def next_fast_len(target, dtype=None):
input length. Thus, the transforms are fastest when using composites of the
prime factors handled by the fft implementation. If there are efficient
functions for all radices <= `n` then the result is the smallest number `x`
>= ``target`` with only prime factors < `n`. (These are also known as
`n`-smooth numbers, regular numbers, or Hamming numbers.)
>= ``target`` with only prime factors < `n`. (Also known as `n`-smooth
numbers)
Parameters
----------
Expand Down

0 comments on commit 6b21e81

Please sign in to comment.