instance method Complex#+

self + other -> Complex[permalink][rdoc][edit]

和を計算します。

[PARAM] other:
自身に足す数


Complex(1, 2) + Complex(2, 3) # => (3+5i)