Calculates the normalization of a complex number.

// Returns 0.6 + 0.8i
const unit = Chalkboard.comp.normalize(Chalkboard.comp.init(3, 4));