Calculates the rounding of a complex number.

// Returns 2 + 3i
const rounded = Chalkboard.comp.round(Chalkboard.comp.init(1.9, 3.4));