Uses of Class
gnu.math.Complex
Packages that use Complex
Package
Description
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.xmlModifier and TypeClassDescriptionclass
An integer that is an instance of a more specific integer type. -
Uses of Complex in gnu.math
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionstatic Complex
final Complex
Complex.complexPart()
Quaternion.complexPart()
Complex.cos()
static Complex
DComplex.cos
(double x_re, double x_im) static Complex
Complex.exp()
RealNum.exp()
Complex.log()
static Complex
DComplex.log
(double x_re, double x_im) RealNum.log()
static Complex
Complex.make
(double re, double im) static Complex
static Complex
DateTime.number()
final Complex
DQuantity.number()
Duration.number()
Unit.number()
static Complex
Complex.polar
(double r, double t) static Complex
static Complex
static Complex
DComplex.power
(double x_re, double x_im, double y_re, double y_im) Complex.sin()
static Complex
DComplex.sin
(double x_re, double x_im) Complex.sqrt()
static Complex
DComplex.sqrt
(double x_re, double x_im) final Complex
RealNum.sqrt()
Complex.tan()
static Complex
DComplex.tan
(double x_re, double x_im) static Complex
Complex.toExact()
DComplex.toExact()
Complex.toInexact()
static Complex
DComplex.unitQuaternion
(double x_re, double x_im)