Complex Constructor |
Name | Description | |
---|---|---|
Complex(Double) |
Constructs a Complex with a zero imaginary part.
| |
Complex(Complex) |
Constructs a Complex equal to the argument.
| |
Complex(Double, Double) |
Constructs a Complex with real and imaginary parts given
by the input arguments.
|