# File lib/complex.rb, line 38
  def im
    Complex(0, self)
  end