Define a complex number a + bi.
The real portion.
The imaginary portion.
ReadonlyimagThe imaginary portion.
ReadonlyrMagnitude of the complex number.
ReadonlyrealThe real portion.
ReadonlythetaAngle of the complex number.
Determine whether this complex number is equal to another.
The other complex number to compare.
Optional tolerance for approximate equality.
true when both real and imaginary components are equal within tolerance.
Raise this complex number to a power.
The exponent.
The complex number raised to the given power.
StaticfromCreate a complex number from polar coordinates.
The magnitude (radius).
The angle in radians.
A complex number represented by r * e^{i theta}.
Represents a complex number
a + bi.