div

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