Ruby 4.1 リファレンスマニュアル

instance method Vector#/

self / other -> VectorRuby 1.9.3 から[permalink][rdoc][edit]

self の各要素を数 other で割ったベクトルを返します。

[PARAM] other:
self の各要素を割る Numeric オブジェクトを指定します。
[EXCEPTION] ExceptionForMatrix::ErrOperationNotDefined:
otherVectorMatrix の場合に発生します