Exponential function.
230
# File 'lib/cnum.rb', line 230 def exp; C.new(@im.cos, @im.sin) * @re.exp; end