Skip to content

Instantly share code, notes, and snippets.

@jvoorhis
Created May 23, 2011 15:42
Show Gist options
  • Save jvoorhis/986912 to your computer and use it in GitHub Desktop.
Save jvoorhis/986912 to your computer and use it in GitHub Desktop.
irb(main):028:0> Complex(-1,1).real == -1
=> true
irb(main):029:0> -1 ** 0
=> -1
irb(main):030:0> Complex(-1,1).real ** 0
=> 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment