Problems with conjg in complex class !
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I need the complex class for (!) complex calculations (Visual C++ 5.0). There is no problem in using the class but: If I try to get the conjugate complex of a complex it doesn´t work !!! In the complex.h is conjg defined but if I use conjg an error occured: - conjg is undeclared... e.g. #include using namespace std; complex x(1,2); sqrt(x) is no problem, but conjg(x) doesn´t work. Can anybody help me ? bye and thanks, Sascha