るりまサーチ

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

別のキーワード

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

ライブラリ

キーワード

検索結果

<< < ... 4 5 6 >>

Complex#>(other) -> bool (21001.0)

@undef

@undef

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

@undef

@undef

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

@undef

@undef

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

@undef

@undef

Complex#real? -> false (21001.0)

常に false を返します。

常に false を返します。

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

@see Numeric#real?

絞り込み条件を変える

<< < ... 4 5 6 >>