self / other -> Vector[permalink][rdoc]-
self の各要素を数 other で割ったベクトルを返します。
- [PARAM] other:
- self の各要素を割る Numeric オブジェクトを指定します。
- [EXCEPTION] ExceptionForMatrix::ErrOperationNotDefined:
- other が Vector や Matrix の場合に発生します
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
self / other -> Vector[permalink][rdoc]self の各要素を数 other で割ったベクトルを返します。