const expected = [0.5, 1, 1.5, 2]; testQuatWithAndWithoutDest((a, dst) => { return quat.divScalar(a, 2, dst); }, expected, [1, 2, 3, 4]);