Calculates the conjugate of a complex number.

// Returns 2 - 3i
const conj = Chalkboard.comp.conjugate(Chalkboard.comp.init(2, 3));