るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

キーワード

検索結果

Complex#<(other) -> bool (9610.0)

@undef

@undef

Complex#<=(other) -> bool (9610.0)

@undef

@undef

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

数値として等しいか判定します。

...数値として等しいか判定します。

@param other 自身と比較する数値

//emlist[例][ruby]{
Complex
(2, 1) == Complex(1) # => false
Complex
(1, 0) == Complex(1) # => true
Complex
(1, 0) == 1 # => true
//}...

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

@undef

@undef

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

@undef

@undef

絞り込み条件を変える

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

@undef

@undef