2011/9/28 nengfu tang <[email protected]>: > Dear gsl team, > > FFTs functions won't work along with "atof()". It report nan. if comment > the atof,the reusult is correct.
You haven't included <stdlib.h>, the header for the atof() function. If you do that, this fixes the problem. Note that in C++ mode, gcc catches the problem and aborts with an error message. Cheers, Frank _______________________________________________ Bug-gsl mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gsl
