Uses of Class
mindaslab.Math.Complex

Packages that use Complex
mindaslab.Math   
 

Uses of Complex in mindaslab.Math
 

Methods in mindaslab.Math that return Complex
 Complex Complex.add(Complex c)
          Adds two complex numbers
 Complex Complex.conjucate()
          Finds the conjucate of a complex number
 Complex Complex.divide(Complex c)
          Divides two complex numbers
 Complex Complex.inverse()
          Gets the inverse of complex number
 Complex Complex.multiply(Complex c)
          Multiplies two complex numbers to give third one
 Complex Complex.subract(Complex c)
          Subtacts two complex numbers
 

Methods in mindaslab.Math with parameters of type Complex
 Complex Complex.add(Complex c)
          Adds two complex numbers
 Complex Complex.divide(Complex c)
          Divides two complex numbers
 Complex Complex.multiply(Complex c)
          Multiplies two complex numbers to give third one
 Complex Complex.subract(Complex c)
          Subtacts two complex numbers
 

Constructors in mindaslab.Math with parameters of type Complex
Complex(Complex c)
          Creates a new instance of Complex which has same proprties of passing Complex number