Calculates the square root of a complex number.

// Returns 2 + 0.5i
const sqrt = Chalkboard.comp.sqrt(Chalkboard.comp.init(4, 2));