11typedef std::complex<double>
Cmplx;
13#define fftw(name) fftw_ ## name
long double lReal
Definition util.h:12
int parsepositiveint(char *str, int &res)
double Real
Definition util.h:10
std::string sha1tostring(SHA1 &sha1)
convert sha1 to string
int parsepositivedouble(char *str, double &res)
int parseint(char *str, int &res)
int parsedouble(char *str, double &res)
std::complex< double > Cmplx
Definition util.h:11
bool tol_eq(double a, double b)
tolerant comparison of two double numbers