| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Complex | |
|---|---|
| math | |
| Uses of Complex in math | 
|---|
| Methods in math that return Complex | |
|---|---|
 Complex | 
Complex.add(Complex z)
add complex numbers  | 
 Complex | 
Complex.add(double d)
add a double to a complex number  | 
 Complex | 
Complex.atan()
compute the arctangent of a complex number  | 
 Complex | 
Complex.atanh()
compute the inverse hyperbolic tangent of a complex number  | 
 Complex | 
Complex.cartesian()
convert polar to cartesian  | 
 Complex | 
Complex.conjugate()
conjugate the complex number  | 
 Complex | 
Complex.cos()
compute the cosine of the complex number  | 
 Complex | 
Complex.cosh()
compute the hyperbolic cosine of the complex number  | 
 Complex | 
Complex.divide(Complex z)
divide the complex number by z  | 
 Complex | 
Complex.divide(double d)
divide the complex number by the double d  | 
 Complex | 
Complex.exp()
compute e to the power of the complex number  | 
 Complex | 
Complex.invert()
invert the complex number  | 
 Complex | 
Complex.log()
compute the natural logarithm of the complex number  | 
 Complex | 
Complex.multiply(Complex z)
multiply complex numbers  | 
 Complex | 
Complex.multiply(double d)
multiply a complex number by a double  | 
 Complex | 
Complex.negate()
negate the complex number  | 
static Complex | 
Complex.parseComplex(java.lang.String s)
convert text representation to a Complex.  | 
 Complex | 
Complex.polar()
convert cartesian to polar  | 
 Complex | 
Complex.pow(Complex z)
compute the complex number raised to the power z  | 
 Complex | 
Complex.pow(double d)
compute the complex number raised to the power double d  | 
 Complex | 
Complex.sin()
compute the sin of the complex number  | 
 Complex | 
Complex.sinh()
compute the hyperbolic sin of the complex number  | 
 Complex | 
Complex.sqrt()
compute the square root of the complex number  | 
 Complex | 
Complex.subtract(Complex z)
subtract z from the complex number  | 
 Complex | 
Complex.subtract(double d)
subtract the double d from the complex number  | 
 Complex | 
Complex.tan()
compute the tangent of the complex number  | 
 Complex | 
Complex.tanh()
compute the hyperbolic tangent of the complex number  | 
| Methods in math with parameters of type Complex | |
|---|---|
 Complex | 
Complex.add(Complex z)
add complex numbers  | 
 Complex | 
Complex.divide(Complex z)
divide the complex number by z  | 
 boolean | 
Complex.equals(Complex z)
compare complex numbers for equality  | 
 Complex | 
Complex.multiply(Complex z)
multiply complex numbers  | 
 Complex | 
Complex.pow(Complex z)
compute the complex number raised to the power z  | 
 Complex | 
Complex.subtract(Complex z)
subtract z from the complex number  | 
| Constructors in math with parameters of type Complex | |
|---|---|
Complex(Complex z)
construct a copy of a Complex object  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||