Calculates the square of a complex number.

// Returns -5 + 12i
const sq = Chalkboard.comp.sq(Chalkboard.comp.init(3, 2));