Represents a complex number composed of two single-precision 32-bit IEEE 754 floating point numbers for real and imaginary parts.
On the JVM, non-nullable values of this type are represented as values of the primitive type long.
long
Constructs a new complex number using the specified real and imaginary parts.
Real part of the complex number.
Imaginary part of the complex number.
Divides this complex number by the other complex number.
Divides this complex number by the other real number.
Returns a value indicating whether this number is approximately other number given specified epsilon tolerance.
Subtracts the other complex number from this complex number.
Subtracts the other real number from this complex number.
Adds the other complex number to this complex number.
Adds the other real number to this complex number.
Returns this complex number to the power of x.
Returns this complex number to the power of n.
Multiplies this complex number by the other complex number.
Multiplies this complex number by the other real number.
Returns a String representation of this vector in "real ± imaginaryi" format.
Converts this ComplexF value to Vector2F.
Returns the additive inverse of this complex number.
Returns this complex number.
Returns the absolute value of this complex number.
Returns the magnitude of this complex number.
Returns the phase of this complex number.
Returns the squared magnitude of this complex number.