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