Quote:
|
The source is based on the fft algorithm in "Numerical recipes in C" (good book)
|
Be carefull with that book. The licence prohibits you from distributing the source of your programs if you include routines from it (or even the executable itself depending on which licence you have) so using stuff from it in opensource projects can lead to problems.
See here especially the second bullit.
I wonder in how far they can enforce the license (how many ways are there to program a bubble sort ?) but I thought I mention it anyway.