const expected = [ -0.021505376344086023, -0.03225806451612903, 0.043010752688172046, -0.08602150537634409, ]; testQuatWithAndWithoutDest((a, dst) => { return quat.inverse(a, dst); }, expected, [2, 3, -4, -8]);