るりまサーチ

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

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric imaginary
  4. numeric remainder
  5. numeric imag

ライブラリ

検索結果

Complex#imaginary -> Numeric (15217.0)

自身の虚部を返します。

...自身の虚部を返します。

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

@
see Numeric#imag...

Complex#imag -> Numeric (117.0)

自身の虚部を返します。

...自身の虚部を返します。

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

@
see Numeric#imag...