d@0: d@0: d@0: Precision - FFTW 3.2.1 d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0: d@0:
d@0:

d@0: d@0: Next: , d@0: Previous: Complex numbers, d@0: Up: Data Types and Files d@0:


d@0:
d@0: d@0:

4.1.2 Precision

d@0: d@0:

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

d@0: d@0:

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