self / other -> VectorRuby 1.9.3 から[permalink][rdoc][edit]-
selfの各要素を数otherで割ったベクトルを返します。- [PARAM]
other: -
selfの各要素を割る Numeric オブジェクトを指定します。 - [EXCEPTION]
ExceptionForMatrix::ErrOperationNotDefined: -
otherが Vector や Matrix の場合に発生します
- [PARAM]