Complex Number  0.1.2
include/ComplexNumber.h File Reference

Representation of a complex number. More...

#include "Namespace.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  ComplexNumber
 A class template which supports complex numbers. More...

Namespaces

namespace  math
 

Math namespace.


namespace  complex
 

Complex namespace.



Detailed Description

Representation of a complex number.

Author:
Matthew Krupcale
Version:
0.1.2
Date:
2010

This file contains the class template declaration that represents a complex number, its function prototypes as well as several declarations for overloaded operators

Definition in file ComplexNumber.h.