Uses of Class
gnu.math.Complex
-
Packages that use Complex Package Description gnu.kawa.xml gnu.math Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. -
-
Uses of Complex in gnu.kawa.xml
Subclasses of Complex in gnu.kawa.xml Modifier and Type Class Description classXIntegerAn integer that is an instance of a more specific integer type. -
Uses of Complex in gnu.math
Subclasses of Complex in gnu.math Modifier and Type Class Description classCComplexGeneral Cartesian Complex number.classDComplexA complex number using rectangular (Cartesian) plain double values.classDFloNumclassIntFractionImplementation of exact rational numbers a ratio of two IntNums.classIntNumA class for infinite-precision integers.classRatNumThe abstract class of rational numbers.classRealNumMethods in gnu.math that return Complex Modifier and Type Method Description static ComplexComplex. add(Complex x, Complex y, int k)ComplexComplex. complexPart()ComplexQuaternion. complexPart()ComplexComplex. cos()static ComplexDComplex. cos(double x_re, double x_im)static ComplexComplex. divide(Complex x, Complex y)ComplexComplex. exp()ComplexRealNum. exp()ComplexComplex. log()static ComplexDComplex. log(double x_re, double x_im)ComplexRealNum. log()static ComplexComplex. make(double re, double im)static ComplexComplex. make(RealNum re, RealNum im)static ComplexComplex. neg(Complex x)ComplexDateTime. number()ComplexDQuantity. number()ComplexDuration. number()ComplexUnit. number()static ComplexComplex. polar(double r, double t)static ComplexComplex. polar(RealNum r, RealNum t)static ComplexComplex. power(Complex x, Complex y)static ComplexDComplex. power(double x_re, double x_im, double y_re, double y_im)ComplexComplex. sin()static ComplexDComplex. sin(double x_re, double x_im)ComplexComplex. sqrt()static ComplexDComplex. sqrt(double x_re, double x_im)ComplexRealNum. sqrt()ComplexComplex. tan()static ComplexDComplex. tan(double x_re, double x_im)static ComplexComplex. times(Complex x, Complex y)ComplexComplex. toExact()ComplexDComplex. toExact()ComplexComplex. toInexact()static ComplexDComplex. unitQuaternion(double x_re, double x_im)Methods in gnu.math with parameters of type Complex Modifier and Type Method Description static ComplexComplex. add(Complex x, Complex y, int k)static intComplex. compare(Complex x, Complex y)static ComplexComplex. divide(Complex x, Complex y)static booleanComplex. equals(Complex x, Complex y)static ComplexComplex. neg(Complex x)static ComplexComplex. power(Complex x, Complex y)static ComplexComplex. times(Complex x, Complex y)
-