Uses of Class gnu.math.Complex

Uses in package gnu.kawa.xml

Classes derived from gnu.math.Complex

class
An integer that is an instance of a more specific integer type.

Uses in package gnu.math

Classes derived from gnu.math.Complex

class
General Cartesian Complex number.
class
A complex number using rectangular (Cartesian) plain double values.
class
class
Implementation of exact rational numbers a ratio of two IntNums.
class
A class for infinite-precision integers.
class
The abstract class of rational numbers.
class

Constructors with parameter type gnu.math.Complex

Methods with parameter type gnu.math.Complex

Complex
Complex.add(Complex x, Complex y, int k)
int
Complex
boolean
Quantity
Complex
Complex
Complex

Methods with return type gnu.math.Complex

Complex
Complex.add(Complex x, Complex y, int k)
Complex
Complex
Complex
Complex
Complex
Complex
DComplex.log(double x_re, double x_im)
Complex
Complex.make(double re, double im)
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
Complex
DComplex.sqrt(double x_re, double x_im)
Complex