const expected = [1 / 3, 1 / -4]; testV2WithAndWithoutDest((a, newDst) => { return vec2.inverse(a, newDst); }, expected, [3, -4]);