Calculates the absolute value of a quaternion.

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