るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.006秒)
トップページ > クラス:Complex[x] > バージョン:2.5.0[x] > クエリ:conj[x]

別のキーワード

  1. matrix conj
  2. _builtin conj
  3. complex conj
  4. numeric conj

ライブラリ

検索結果

Complex#conj -> Complex (54325.0)

自身の共役複素数を返します。

...自身の共役複素数を返します。

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

Complex#conjugate -> Complex (18325.0)

自身の共役複素数を返します。

...自身の共役複素数を返します。

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