Copies a complex number.

// Returns 2 + 3i
const copied = Chalkboard.comp.copy(Chalkboard.comp.init(2, 3));