div

operator fun Double.div(other: Complex): Complex(source)

Divides a double-precision floating-point number by a complex number and returns the result.

The division is performed using the formula for dividing a real number by a complex number.

Return

A new instance of Complex representing the result of the division.

Parameters

other

The complex number to divide by.