Skip to content

Instantly share code, notes, and snippets.

@diegocasmo
Created March 6, 2017 19:36
Show Gist options
  • Save diegocasmo/f99f13f338532ef3125b6750dd1c82e4 to your computer and use it in GitHub Desktop.
Save diegocasmo/f99f13f338532ef3125b6750dd1c82e4 to your computer and use it in GitHub Desktop.
Mathematical examples used for the blogpost: 'The Fast Fourier Transform Algorithm'
x = 0, then f(x) = 5
x = 1, then f(x) = 8
x = 2, then f(x) = 13
@diegocasmo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment