instance method Complex#real?

real? -> false[permalink][rdoc][edit]

常に false を返します。



(2+3i).real?   # => false
(2+0i).real?   # => false

[SEE_ALSO] Numeric#real?