minus

operator fun Double.minus(c: Complex): Complex

Subtracts complex number from real one.

Return

the difference.

Parameters

<receiver>

the minuend.

c

the subtrahend.

operator fun Complex.minus(d: Double): Complex

Subtracts real number from complex one.

Return

the difference.

Parameters

<receiver>

the minuend.

d

the subtrahend.