div

operator fun div(other: ComplexF): ComplexF

Divides this complex number by the other complex number.


inline operator fun div(other: Float): ComplexF

Divides this complex number by the other real number.