Skip to content

Commit

Permalink
Add module dec
Browse files Browse the repository at this point in the history
  • Loading branch information
MattOates committed Jul 28, 2016
1 parent 0865a13 commit d47d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Math/FourierTransform.pm6
@@ -1,4 +1,4 @@
use v6;
unit module Math::FourierTransform;

sub discrete-fourier-transform(Complex @input) returns Array[Complex] is export {
my Int $n = @input.elems;
Expand Down

0 comments on commit d47d836

Please sign in to comment.