るりまサーチ (Ruby 2.6.0)

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

別のキーワード

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

ライブラリ

検索結果

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

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

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

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

@see Numeric#polar...