public class ComplexPolar64F
extends java.lang.Object
Complex64F number in polar notation.
z = r*(cos(θ) + i*sin(θ))
where r and θ are polar coordinate parameters
| Constructor and Description |
|---|
ComplexPolar64F() |
ComplexPolar64F(Complex64F n) |
ComplexPolar64F(double r,
double theta) |
| Modifier and Type | Method and Description |
|---|---|
double |
getR() |
double |
getTheta() |
void |
setR(double r) |
void |
setTheta(double theta) |
Complex64F |
toStandard() |
java.lang.String |
toString() |
public ComplexPolar64F(double r,
double theta)
public ComplexPolar64F(Complex64F n)
public ComplexPolar64F()
public Complex64F toStandard()
public double getR()
public void setR(double r)
public double getTheta()
public void setTheta(double theta)
public java.lang.String toString()
toString in class java.lang.Object