Calculates the nth-root of a complex number.

// Returns an array of cube roots of 8
const roots = Chalkboard.comp.root(Chalkboard.comp.init(8), 3);