public class GComplex extends Object
double
i
r
GComplex(double r, double i)
abs()
GComplex
div(GComplex o)
minus(GComplex o)
mul(double o)
mul(GComplex o)
plus(GComplex o)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final double r
public final double i
public GComplex(double r, double i)
public GComplex plus(GComplex o)
public GComplex minus(GComplex o)
public GComplex mul(double o)
public GComplex mul(GComplex o)
public double abs()
public GComplex div(GComplex o)
public String toString()
toString
Object
Copyright © 2021 vpc open source initiative. All rights reserved.