るりまサーチ

最速Rubyリファレンスマニュアル検索!
527件ヒット [501-527件を表示] (0.032秒)
トップページ > クエリ:complex[x] > ライブラリ:ビルトイン[x] > クラス:Complex[x]

別のキーワード

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

キーワード

検索結果

<< < ... 4 5 6 >>

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

@undef

@undef

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

@undef

@undef

Complex#real? -> false (9003.0)

常に false を返します。

常に false を返します。

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

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