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