pub fn exact_root(n: u32, v: &BigInt) -> Option<BigInt>
The exact n-th root, when the argument has one. n must be positive.
n