minus

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

Subtracts complex number from real one.

Receiver

the minuend.

Return

the difference.

Parameters

c

the subtrahend.


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

Subtracts real number from complex one.

Receiver

the minuend.

Return

the difference.

Parameters

d

the subtrahend.