Package | Description |
---|---|
gnu.math |
Supports various numeric
types, including complex numbers, efficient bignums, exact rational
numbers, units.
|
Modifier and Type | Method and Description |
---|---|
static DComplex |
DComplex.div(double x_re,
double x_im,
double y_re,
double y_im)
Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories and Bellcore.
|
static DComplex |
Complex.polar(double r,
double t) |
static DComplex |
Complex.polar(RealNum r,
RealNum t) |
static DComplex |
DComplex.power(double x_re,
double x_im,
double y_re,
double y_im) |