plus

inline operator fun plus(other: ComplexF): ComplexF

Adds the other complex number to this complex number.


inline operator fun plus(other: Float): ComplexF

Adds the other real number to this complex number.