るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.071秒)
トップページ > クラス:Complex[x] > ライブラリ:ビルトイン[x] > バージョン:2.6.0[x] > クエリ:numeric[x] > クエリ:i[x] > クエリ:polar[x]

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric polar
  4. numeric floor
  5. numeric imag

検索結果

Complex#polar -> [Numeric, Numeric] (55591.0)

自身の絶対値と偏角を配列にして返します。

...自身の絶対値と偏角を配列にして返します。

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

@see Numeric#polar...