times
Multiplies this complex number by the other complex number.
The result magnitude is this.magnitude * other.magnitude.
The result phase is this.phase + other.phase.
Multiplies this complex number by the other real number.
The result magnitude is this.magnitude * other.
Multiplies this complex number by the other vector.
The result magnitude is this.magnitude * other.magnitude.
The result phase is other.toComplexF.phase - this.phase.