div

operator fun div(other: Byte): ComplexFloat
operator fun div(other: Short): ComplexFloat
operator fun div(other: Int): ComplexFloat
operator fun div(other: Long): ComplexFloat
operator fun div(other: Float): ComplexFloat
operator fun div(other: Double): ComplexDouble
operator fun div(other: ComplexFloat): ComplexFloat
operator fun div(other: ComplexDouble): ComplexDouble

Divides this value by the other value.