るりまサーチ

最速Rubyリファレンスマニュアル検索!
540件ヒット [501-540件を表示] (0.021秒)

別のキーワード

  1. _builtin complex
  2. kernel complex
  3. complex rect
  4. complex polar
  5. complex rationalize

ライブラリ

キーワード

検索結果

<< < ... 4 5 6 >>

Complex#>=(other) -> bool (21002.0)

@undef

@undef

Complex#between?(min, max) -> bool (21002.0)

@undef

@undef

Complex#clamp(range) -> object (21002.0)

@undef

@undef

Complex#real? -> false (21002.0)

常に false を返します。

常に false を返します。

//emlist[例][ruby]{
(2+3i).real? # => false
(2+0i).real? # => false
//}

@see Numeric#real?
<< < ... 4 5 6 >>