plus

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

Adds complex number to real one.

Return

the sum.

Parameters

<receiver>

the augend.

c

the addend.

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

Adds real number to complex one.

Return

the sum.

Parameters

<receiver>

the augend.

d

the addend.