div

operator fun Float.div(other: ComplexF): ComplexF

Divides this real number by the other complex number.

The result magnitude is this / other.magnitude.

The result phase is -other.phase.


inline operator fun Float.div(other: Vector2F): Vector2F

Divides this scalar by the other vector.

The result magnitude is this / other.magnitude.