Stand-alone C++ library for complex calculations, where?

M

Mr. Ken

H, there

I am writing some simulations with complex calculations, where can I find a
complex.h and complex.cpp to include in my application?

I am using Dev-C++ 4.9.8.

Thanks in advance
 
K

Kai-Uwe Bux

Mr. Ken said:
H, there

I am writing some simulations with complex calculations, where can I find
a complex.h and complex.cpp to include in my application?

What is wrong with using std::complex<double>, std::complex<long double>, or
std::complex<float> as provided by the standard header <complex>?


Best

Kai-Uwe Bux
 
M

Mr. Ken

Kai-Uwe Bux said:
What is wrong with using std::complex<double>, std::complex<long double>, or
std::complex<float> as provided by the standard header <complex>?


Best

Kai-Uwe Bux

Thank you and yes, I am using std::complex now, and it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top