Calculates the conjugate of a quaternion.

// Returns 2 - 3i - 4j - 5k
const conj = Chalkboard.quat.conjugate(Chalkboard.quat.init(2, 3, 4, 5));