div

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

Divides this value by the other value.