Fast Fourier transform: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring the hard way)
Line 673:
Vector A must have length N of power of 2."
(declare (type boolean inverse)
(type (integer 1) n)))
(if (= n 1)
a
3

edits