divideBy method

Vector4D divideBy(
  1. num o
)

Implementation

Vector4D divideBy(num o) => scale(1 / o);