div
Divides this complex number by the other complex number.
The result magnitude is this.magnitude / other.magnitude.
The result phase is this.phase - other.phase.
Divides this complex number by the other real number.
The result magnitude is this.magnitude / other.
Divides this complex number by the other vector.
The result magnitude is this.magnitude / other.magnitude.
The result phase is other.toComplexF.phase - this.phase.