Skip navigation links
A C D E G H I M P R S T V W 

C

Complex - Class in eecs2030.lab3
A class that represents immutable complex numbers.
Complex() - Constructor for class eecs2030.lab3.Complex
Initializes this complex number to 0 + 0i.
Complex(Complex) - Constructor for class eecs2030.lab3.Complex
Initializes this complex number so that it has the same real and imaginary parts as another complex number.
Complex(double, double) - Constructor for class eecs2030.lab3.Complex
Initializes this complex number so that it has the given real and imaginary components.
A C D E G H I M P R S T V W 
Skip navigation links