Uses of Class
org.apache.commons.math.complex.Complex

Packages that use Complex
org.apache.commons.math.complex   
 

Uses of Complex in org.apache.commons.math.complex
 

Fields in org.apache.commons.math.complex declared as Complex
static Complex Complex.I
          The square root of -1.
static Complex Complex.NaN
           
static Complex Complex.ONE
          1.
 

Methods in org.apache.commons.math.complex that return Complex
 Complex Complex.add(Complex rhs)
          Return the sum of this complex number and the given complex number.
 Complex Complex.conjugate()
          Return the conjugate of this complex number.
 Complex Complex.divide(Complex rhs)
          Return the quotient of this complex number and the given complex number.
 Complex Complex.multiply(Complex rhs)
          Return the product of this complex number and the given complex number.
 Complex Complex.negate()
          Return the additive inverse of this complex number.
 Complex Complex.subtract(Complex rhs)
          Return the difference between this complex number and the given complex number.
static Complex ComplexMath.acos(Complex z)
           
static Complex ComplexMath.asin(Complex z)
           
static Complex ComplexMath.atan(Complex z)
           
static Complex ComplexMath.cos(Complex z)
           
static Complex ComplexMath.cosh(Complex z)
           
static Complex ComplexMath.exp(Complex z)
           
static Complex ComplexMath.log(Complex z)
           
static Complex ComplexMath.pow(Complex y, Complex x)
           
static Complex ComplexMath.sin(Complex z)
           
static Complex ComplexMath.sinh(Complex z)
           
static Complex ComplexMath.sqrt(Complex z)
           
static Complex ComplexMath.sqrt1z(Complex z)
          Returns the square root of 1 - z^2.
static Complex ComplexMath.tan(Complex z)
           
static Complex ComplexMath.tanh(Complex z)
           
 

Methods in org.apache.commons.math.complex with parameters of type Complex
 Complex Complex.add(Complex rhs)
          Return the sum of this complex number and the given complex number.
 Complex Complex.divide(Complex rhs)
          Return the quotient of this complex number and the given complex number.
 Complex Complex.multiply(Complex rhs)
          Return the product of this complex number and the given complex number.
 Complex Complex.subtract(Complex rhs)
          Return the difference between this complex number and the given complex number.
static Complex ComplexMath.acos(Complex z)
           
static Complex ComplexMath.asin(Complex z)
           
static Complex ComplexMath.atan(Complex z)
           
static Complex ComplexMath.cos(Complex z)
           
static Complex ComplexMath.cosh(Complex z)
           
static Complex ComplexMath.exp(Complex z)
           
static Complex ComplexMath.log(Complex z)
           
static Complex ComplexMath.pow(Complex y, Complex x)
           
static Complex ComplexMath.sin(Complex z)
           
static Complex ComplexMath.sinh(Complex z)
           
static Complex ComplexMath.sqrt(Complex z)
           
static Complex ComplexMath.sqrt1z(Complex z)
          Returns the square root of 1 - z^2.
static Complex ComplexMath.tan(Complex z)
           
static Complex ComplexMath.tanh(Complex z)
           
 



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.