subScalar method

Vector subScalar(
  1. num s
)

Implementation

Vector subScalar(num s) {
  throw('Not implimented in Vector type yet');
}