const expected = [1, -2]; testV2WithAndWithoutDest((a, newDst) => { return vec2.floor(a, newDst); }, expected, [1.1, -1.1]);