lengthSq method

num lengthSq()

Implementation

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