Relative error between this and correct
correct
double relativeError(Vector4 correct) => (this - correct).length / correct.length;