るりまサーチ

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

別のキーワード

  1. _builtin min
  2. enumerable min
  3. _builtin min_by
  4. enumerable min_by
  5. range min

ライブラリ

キーワード

検索結果

Complex#denominator -> Integer (6101.0)

分母を返します。

...と虚部の分母の最小公倍数を整数で返します。

1 2 3+4i <- numerator(分子)
- + -i -> ----
2 3 6 <- denominator(分母)

//emlist[例][ruby]{
Complex
('1/2+2/3i').denominator # => 6
Complex
(3).numerator # => 1
//}

@see Complex#numerator...

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

@undef

@undef