minus

inline operator fun minus(other: ComplexF): ComplexF

Subtracts the other complex number from this complex number.


inline operator fun minus(other: Float): ComplexF

Subtracts the other real number from this complex number.