Calculates the negation of a quaternion.

// Returns -1 - 2i - 3j - 4k
const negated = Chalkboard.quat.negate(Chalkboard.quat.init(1, 2, 3, 4));