git-svn-id: svn://db.shs.com.ru/libs@182 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-04-17 14:39:51 +00:00
parent 7b904ff427
commit 2eaee22b6d

View File

@@ -27,6 +27,7 @@
#include <complex>
#ifndef PIP_MATH_COMPLEX
#define QPIEVALUATOR_COMPLEX
typedef std::complex<double> complexd;
const complexd complexd_i(0., 1.);
const complexd complexd_0(0.);