Prints a complex number in the console.
// Prints "2 + 3i" in the consoleChalkboard.comp.print(Chalkboard.comp.init(2, 3)); Copy
// Prints "2 + 3i" in the consoleChalkboard.comp.print(Chalkboard.comp.init(2, 3));
The complex number
Prints a complex number in the console.
Example