Converts a quaternion to a string

// Returns "1 + 2i + 3j + 4k"
const str = Chalkboard.quat.toString(Chalkboard.quat.init(1, 2, 3, 4));