るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

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

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

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

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

@see Numeric#polar...