plus

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

Adds complex number to real one.

Receiver

the augend.

Return

the sum.

Parameters

c

the addend.


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

Adds real number to complex one.

Receiver

the augend.

Return

the sum.

Parameters

d

the addend.