程序包 com.jackmeng
类 Complex
java.lang.Object
com.jackmeng.Complex
-
字段详细资料
-
real
private double real -
imaginary
private double imaginary
-
-
构造器详细资料
-
Complex
public Complex(double real, double imaginary)
-
-
方法详细资料
-
real
public double real() -
imaginary
public double imaginary() -
real
public void real(double r) -
imaginary
public void imaginary(double i) -
re
public double re() -
im
public double im() -
plus
-
minus
-
$minus0
-
times
-
divides
-
abs
public double abs() -
sin
-
cos
-
recp
-
conj
-
scale
-
hashCode
public int hashCode()
-