8 lines
183 B
Factor
8 lines
183 B
Factor
|
USING: help.markup help.syntax sequences ;
|
||
|
IN: math.transforms.fft
|
||
|
|
||
|
HELP: fft
|
||
|
{ $values { "seq" sequence } { "seq" sequence } }
|
||
|
{ $description "Fast Fourier transform function." } ;
|
||
|
|