Converts a complex number to a string

// Returns "2 + 3i"
const str = Chalkboard.comp.toString(Chalkboard.comp.init(2, 3));