- `root (X, N)`

Compute the `N`-th root of `X`.

See also: `sqrt`, `cbrt`.

### References

- https://mathworld.wolfram.com/nthRoot.html
- https://en.wikipedia.org/wiki/Nth_root
