Node:Precision, Next:, Previous:Complex numbers, Up:Data Types and Files



4.1.2 Precision

You can install single and long-double precision versions of FFTW, which replace double with float and long double, respectively (see Installation and Customization). To use these interfaces, you:

Depending upon your compiler and/or hardware, long double may not be any more precise than double (or may not be supported at all, although it is standard in C99).