void main() { import std.stdio, std.numeric; [1.0, 1, 1, 1, 0, 0, 0, 0].fft.writeln; }