public class ComplexNumber extends java.lang.Object
double
imag
real
ComplexNumber(double re, double im)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double imag
public double real
public ComplexNumber(double re, double im)