distance method

double distance(
  1. Vector4D o
)

Implementation

double distance(Vector4D o) => math.sqrt(distanceSqr(o));