public final class Complex extends Object
double
i
r
Complex(Complex that)
Complex(double r, double i)
boolean
equals(Object that)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public double r
public double i
public Complex(double r, double i)
public Complex(Complex that)
public int hashCode()
hashCode
Object
public boolean equals(Object that)
equals
Copyright © 2021. All rights reserved.