A C D E I L M N P R S T

A

abs() - Method in class Complex
compute the absolute value of a complex number
acos() - Method in class Complex
compute the arccosine of a complex number
add(Complex) - Method in class Complex
add complex numbers
add(double) - Method in class Complex
add a double to a complex number
argument() - Method in class Complex
extract the argument of the complex number
asin() - Method in class Complex
compute the arcsine of a complex number
atan() - Method in class Complex
compute the arctangent of a complex number
atanh() - Method in class Complex
compute the inverse hyperbolic tangent of a complex number

C

cartesian() - Method in class Complex
convert polar to cartesian
Complex - Class in <Unnamed>
Immutable, complex numbers.
Complex() - Constructor for class Complex
cartesian coordinates real and imaginary are NaN
Complex(Complex) - Constructor for class Complex
construct a copy of a Complex object
Complex(double) - Constructor for class Complex
real value, imaginary=0.0
Complex(double, double) - Constructor for class Complex
cartesian coordinates real and imaginary
conjugate() - Method in class Complex
conjugate the complex number
cos() - Method in class Complex
compute the cosine of the complex number
cosh() - Method in class Complex
compute the hyperbolic cosine of the complex number

D

divide(Complex) - Method in class Complex
divide the complex number by z
divide(double) - Method in class Complex
divide the complex number by the double d

E

equals(Complex) - Method in class Complex
compare complex numbers for equality
exp() - Method in class Complex
compute e to the power of the complex number

I

imaginary() - Method in class Complex
extract the imaginary part of the complex number
invert() - Method in class Complex
invert the complex number

L

log() - Method in class Complex
compute the natural logarithm of the complex number

M

magnitude() - Method in class Complex
extract the magnitude of the complex number
multiply(Complex) - Method in class Complex
multiply complex numbers
multiply(double) - Method in class Complex
multiply a complex number by a double

N

negate() - Method in class Complex
negate the complex number

P

parseComplex(String) - Static method in class Complex
convert text representation to a Complex.
polar() - Method in class Complex
convert cartesian to polar
pow(Complex) - Method in class Complex
compute the complex number raised to the power z
pow(double) - Method in class Complex
compute the complex number raised to the power double d

R

real() - Method in class Complex
extract the real part of the complex number

S

sin() - Method in class Complex
compute the sin of the complex number
sinh() - Method in class Complex
compute the hyperbolic sin of the complex number
sqrt() - Method in class Complex
compute the square root of the complex number
subtract(Complex) - Method in class Complex
subtract z from the complex number
subtract(double) - Method in class Complex
subtract the double d from the complex number

T

tan() - Method in class Complex
compute the tangent of the complex number
tanh() - Method in class Complex
compute the hyperbolic tangent of the complex number
toString() - Method in class Complex
convert a complex number to a String.

A C D E I L M N P R S T