Complex.h: Difference between revisions

Content deleted Content added
Ashricha (talk | contribs)
No edit summary
Ashricha (talk | contribs)
Line 3:
Note: any examples assume the use of the GNU g++ compiler.
==Overview==
'''complex.h''' - a part of the C++ standard library which provides functionality for complex arithmetic. So, if you want to enable support for complex arithmetic, add the following line to the top of your C++ program:<Br>
#include <complex>
 
==Function Declarations==