るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.017秒)
トップページ > クラス:Complex[x] > クエリ:rectangular[x] > クエリ:complex[x] > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. _builtin rectangular
  2. matrix rectangular
  3. complex rectangular
  4. numeric rectangular
  5. rectangular

ライブラリ

検索結果

Complex#rectangular -> [Numeric, Numeric] (72364.0)

実部と虚部を配列にして返します。

...実部と虚部を配列にして返します。

//emlist[例][ruby]{
Complex
(3).rect # => [3, 0]
Complex
(3.5).rect # => [3.5, 0]
Complex
(3, 2).rect # => [3, 2]
//}

@see Numeric#rect...

Complex#rect -> [Numeric, Numeric] (27064.0)

実部と虚部を配列にして返します。

...実部と虚部を配列にして返します。

//emlist[例][ruby]{
Complex
(3).rect # => [3, 0]
Complex
(3.5).rect # => [3.5, 0]
Complex
(3, 2).rect # => [3, 2]
//}

@see Numeric#rect...