public class Complex extends java.lang.Object
private double
img
real
Complex(double real, double img)
double
abs()
Complex
minus(Complex c2)
plus(Complex c2)
times(Complex c2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final double real
private final double img
public Complex(double real, double img)
public final double abs()
public final Complex times(Complex c2)
public final Complex plus(Complex c2)
public final Complex minus(Complex c2)